Name | Type | Description | Notes |
---|---|---|---|
ServiceproviderId | Pointer to int32 | [optional] [readonly] | |
ServiceproviderName | string |
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
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
func (o *Serviceprovider) GetServiceproviderId() int32
GetServiceproviderId returns the ServiceproviderId field if non-nil, zero value otherwise.
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.
func (o *Serviceprovider) SetServiceproviderId(v int32)
SetServiceproviderId sets ServiceproviderId field to given value.
func (o *Serviceprovider) HasServiceproviderId() bool
HasServiceproviderId returns a boolean if a field has been set.
func (o *Serviceprovider) GetServiceproviderName() string
GetServiceproviderName returns the ServiceproviderName field if non-nil, zero value otherwise.
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.
func (o *Serviceprovider) SetServiceproviderName(v string)
SetServiceproviderName sets ServiceproviderName field to given value.