Name | Type | Description | Notes |
---|---|---|---|
Description | Pointer to string | A brief description of the service | [optional] |
Id | string | ID of a Service | |
Name | Pointer to string | Name of the Service | [optional] |
ServiceLogoURL | Pointer to string | The logo for the service | [optional] |
Token | string | JWT token used to perform authorization |
func NewUpdateServiceRequest(id string, token string, ) *UpdateServiceRequest
NewUpdateServiceRequest instantiates a new UpdateServiceRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewUpdateServiceRequestWithDefaults() *UpdateServiceRequest
NewUpdateServiceRequestWithDefaults instantiates a new UpdateServiceRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (o *UpdateServiceRequest) GetDescription() string
GetDescription returns the Description field if non-nil, zero value otherwise.
func (o *UpdateServiceRequest) GetDescriptionOk() (*string, bool)
GetDescriptionOk returns a tuple with the Description field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UpdateServiceRequest) SetDescription(v string)
SetDescription sets Description field to given value.
func (o *UpdateServiceRequest) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (o *UpdateServiceRequest) GetId() string
GetId returns the Id field if non-nil, zero value otherwise.
func (o *UpdateServiceRequest) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UpdateServiceRequest) SetId(v string)
SetId sets Id field to given value.
func (o *UpdateServiceRequest) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *UpdateServiceRequest) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UpdateServiceRequest) SetName(v string)
SetName sets Name field to given value.
func (o *UpdateServiceRequest) HasName() bool
HasName returns a boolean if a field has been set.
func (o *UpdateServiceRequest) GetServiceLogoURL() string
GetServiceLogoURL returns the ServiceLogoURL field if non-nil, zero value otherwise.
func (o *UpdateServiceRequest) GetServiceLogoURLOk() (*string, bool)
GetServiceLogoURLOk returns a tuple with the ServiceLogoURL field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UpdateServiceRequest) SetServiceLogoURL(v string)
SetServiceLogoURL sets ServiceLogoURL field to given value.
func (o *UpdateServiceRequest) HasServiceLogoURL() bool
HasServiceLogoURL returns a boolean if a field has been set.
func (o *UpdateServiceRequest) GetToken() string
GetToken returns the Token field if non-nil, zero value otherwise.
func (o *UpdateServiceRequest) GetTokenOk() (*string, bool)
GetTokenOk returns a tuple with the Token field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UpdateServiceRequest) SetToken(v string)
SetToken sets Token field to given value.