Name | Type | Description | Notes |
---|---|---|---|
ApiKey | Pointer to string | Key that allows MongoDB Cloud to access your Opsgenie account. | [optional] |
Region | Pointer to string | Two-letter code that indicates which regional URL MongoDB uses to access the Opsgenie API. | [optional] [default to "US"] |
func NewApiOpsGenieViewAllOf() *ApiOpsGenieViewAllOf
NewApiOpsGenieViewAllOf instantiates a new ApiOpsGenieViewAllOf 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 NewApiOpsGenieViewAllOfWithDefaults() *ApiOpsGenieViewAllOf
NewApiOpsGenieViewAllOfWithDefaults instantiates a new ApiOpsGenieViewAllOf 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 *ApiOpsGenieViewAllOf) GetApiKey() string
GetApiKey returns the ApiKey field if non-nil, zero value otherwise.
func (o *ApiOpsGenieViewAllOf) GetApiKeyOk() (*string, bool)
GetApiKeyOk returns a tuple with the ApiKey field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApiOpsGenieViewAllOf) SetApiKey(v string)
SetApiKey sets ApiKey field to given value.
func (o *ApiOpsGenieViewAllOf) HasApiKey() bool
HasApiKey returns a boolean if a field has been set.
func (o *ApiOpsGenieViewAllOf) GetRegion() string
GetRegion returns the Region field if non-nil, zero value otherwise.
func (o *ApiOpsGenieViewAllOf) GetRegionOk() (*string, bool)
GetRegionOk returns a tuple with the Region field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApiOpsGenieViewAllOf) SetRegion(v string)
SetRegion sets Region field to given value.
func (o *ApiOpsGenieViewAllOf) HasRegion() bool
HasRegion returns a boolean if a field has been set.