Name | Type | Description | Notes |
---|---|---|---|
Sibling | Pointer to string | Name of federation sibling (may be empty for non-federation) | [optional] |
func NewV0041OpenapiKillJobsRespStatusInnerFederation() *V0041OpenapiKillJobsRespStatusInnerFederation
NewV0041OpenapiKillJobsRespStatusInnerFederation instantiates a new V0041OpenapiKillJobsRespStatusInnerFederation 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 NewV0041OpenapiKillJobsRespStatusInnerFederationWithDefaults() *V0041OpenapiKillJobsRespStatusInnerFederation
NewV0041OpenapiKillJobsRespStatusInnerFederationWithDefaults instantiates a new V0041OpenapiKillJobsRespStatusInnerFederation 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 *V0041OpenapiKillJobsRespStatusInnerFederation) GetSibling() string
GetSibling returns the Sibling field if non-nil, zero value otherwise.
func (o *V0041OpenapiKillJobsRespStatusInnerFederation) GetSiblingOk() (*string, bool)
GetSiblingOk returns a tuple with the Sibling field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V0041OpenapiKillJobsRespStatusInnerFederation) SetSibling(v string)
SetSibling sets Sibling field to given value.
func (o *V0041OpenapiKillJobsRespStatusInnerFederation) HasSibling() bool
HasSibling returns a boolean if a field has been set.