Serviceprovider
November 26, 2020 ยท View on GitHub
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| ServiceproviderId | Pointer to int32 | [optional] [readonly] | |
| ServiceproviderName | string |
Methods
NewServiceprovider
func NewServiceprovider(serviceproviderName string, ) *Serviceprovider
NewServiceprovider instantiates a new Serviceprovider 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
NewServiceproviderWithDefaults
func NewServiceproviderWithDefaults() *Serviceprovider
NewServiceproviderWithDefaults instantiates a new Serviceprovider 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
GetServiceproviderId
func (o *Serviceprovider) GetServiceproviderId() int32
GetServiceproviderId returns the ServiceproviderId field if non-nil, zero value otherwise.
GetServiceproviderIdOk
func (o *Serviceprovider) GetServiceproviderIdOk() (*int32, bool)
GetServiceproviderIdOk returns a tuple with the ServiceproviderId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetServiceproviderId
func (o *Serviceprovider) SetServiceproviderId(v int32)
SetServiceproviderId sets ServiceproviderId field to given value.
HasServiceproviderId
func (o *Serviceprovider) HasServiceproviderId() bool
HasServiceproviderId returns a boolean if a field has been set.
GetServiceproviderName
func (o *Serviceprovider) GetServiceproviderName() string
GetServiceproviderName returns the ServiceproviderName field if non-nil, zero value otherwise.
GetServiceproviderNameOk
func (o *Serviceprovider) GetServiceproviderNameOk() (*string, bool)
GetServiceproviderNameOk returns a tuple with the ServiceproviderName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetServiceproviderName
func (o *Serviceprovider) SetServiceproviderName(v string)
SetServiceproviderName sets ServiceproviderName field to given value.