Name | Type | Description | Notes |
---|---|---|---|
ApiServerId | Pointer to int64 | [optional] | |
ServiceId | Pointer to int64 | [optional] |
func NewOrphanService() *OrphanService
NewOrphanService instantiates a new OrphanService 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 NewOrphanServiceWithDefaults() *OrphanService
NewOrphanServiceWithDefaults instantiates a new OrphanService 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 *OrphanService) GetApiServerId() int64
GetApiServerId returns the ApiServerId field if non-nil, zero value otherwise.
func (o *OrphanService) GetApiServerIdOk() (*int64, bool)
GetApiServerIdOk returns a tuple with the ApiServerId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *OrphanService) SetApiServerId(v int64)
SetApiServerId sets ApiServerId field to given value.
func (o *OrphanService) HasApiServerId() bool
HasApiServerId returns a boolean if a field has been set.
func (o *OrphanService) GetServiceId() int64
GetServiceId returns the ServiceId field if non-nil, zero value otherwise.
func (o *OrphanService) GetServiceIdOk() (*int64, bool)
GetServiceIdOk returns a tuple with the ServiceId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *OrphanService) SetServiceId(v int64)
SetServiceId sets ServiceId field to given value.
func (o *OrphanService) HasServiceId() bool
HasServiceId returns a boolean if a field has been set.