Name | Type | Description | Notes |
---|---|---|---|
AuthorizationId | Pointer to string | The unique ID of this authorization | [optional] |
AuthorizationType | MonitorAuthorizationType | The authorization type | |
OperatorGuid | Pointer to string | The GUID of the operator (NULL if this authorization is for an operator group) | [optional] |
OperatorGroupGuid | Pointer to string | The GUID of the operator group (NULL if this authorization is for an operator) | [optional] |
func NewMonitorAuthorization(authorizationType MonitorAuthorizationType, ) *MonitorAuthorization
NewMonitorAuthorization instantiates a new MonitorAuthorization 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 NewMonitorAuthorizationWithDefaults() *MonitorAuthorization
NewMonitorAuthorizationWithDefaults instantiates a new MonitorAuthorization 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 *MonitorAuthorization) GetAuthorizationId() string
GetAuthorizationId returns the AuthorizationId field if non-nil, zero value otherwise.
func (o *MonitorAuthorization) GetAuthorizationIdOk() (*string, bool)
GetAuthorizationIdOk returns a tuple with the AuthorizationId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *MonitorAuthorization) SetAuthorizationId(v string)
SetAuthorizationId sets AuthorizationId field to given value.
func (o *MonitorAuthorization) HasAuthorizationId() bool
HasAuthorizationId returns a boolean if a field has been set.
func (o *MonitorAuthorization) GetAuthorizationType() MonitorAuthorizationType
GetAuthorizationType returns the AuthorizationType field if non-nil, zero value otherwise.
func (o *MonitorAuthorization) GetAuthorizationTypeOk() (*MonitorAuthorizationType, bool)
GetAuthorizationTypeOk returns a tuple with the AuthorizationType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *MonitorAuthorization) SetAuthorizationType(v MonitorAuthorizationType)
SetAuthorizationType sets AuthorizationType field to given value.
func (o *MonitorAuthorization) GetOperatorGuid() string
GetOperatorGuid returns the OperatorGuid field if non-nil, zero value otherwise.
func (o *MonitorAuthorization) GetOperatorGuidOk() (*string, bool)
GetOperatorGuidOk returns a tuple with the OperatorGuid field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *MonitorAuthorization) SetOperatorGuid(v string)
SetOperatorGuid sets OperatorGuid field to given value.
func (o *MonitorAuthorization) HasOperatorGuid() bool
HasOperatorGuid returns a boolean if a field has been set.
func (o *MonitorAuthorization) GetOperatorGroupGuid() string
GetOperatorGroupGuid returns the OperatorGroupGuid field if non-nil, zero value otherwise.
func (o *MonitorAuthorization) 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 *MonitorAuthorization) SetOperatorGroupGuid(v string)
SetOperatorGroupGuid sets OperatorGroupGuid field to given value.
func (o *MonitorAuthorization) HasOperatorGroupGuid() bool
HasOperatorGroupGuid returns a boolean if a field has been set.