Name | Type | Description | Notes |
---|---|---|---|
OperatorGroupGuid | string | The unique identifier of this Operator |
func NewOperatorMember(operatorGroupGuid string, ) *OperatorMember
NewOperatorMember instantiates a new OperatorMember 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 NewOperatorMemberWithDefaults() *OperatorMember
NewOperatorMemberWithDefaults instantiates a new OperatorMember 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 *OperatorMember) GetOperatorGroupGuid() string
GetOperatorGroupGuid returns the OperatorGroupGuid field if non-nil, zero value otherwise.
func (o *OperatorMember) GetOperatorGroupGuidOk() (*string, bool)
GetOperatorGroupGuidOk returns a tuple with the OperatorGroupGuid field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *OperatorMember) SetOperatorGroupGuid(v string)
SetOperatorGroupGuid sets OperatorGroupGuid field to given value.