Skip to content

Latest commit

 

History

History
82 lines (45 loc) · 2.43 KB

ApiOpsGenieViewAllOf.md

File metadata and controls

82 lines (45 loc) · 2.43 KB

ApiOpsGenieViewAllOf

Properties

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"]

Methods

NewApiOpsGenieViewAllOf

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

NewApiOpsGenieViewAllOfWithDefaults

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

GetApiKey

func (o *ApiOpsGenieViewAllOf) GetApiKey() string

GetApiKey returns the ApiKey field if non-nil, zero value otherwise.

GetApiKeyOk

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.

SetApiKey

func (o *ApiOpsGenieViewAllOf) SetApiKey(v string)

SetApiKey sets ApiKey field to given value.

HasApiKey

func (o *ApiOpsGenieViewAllOf) HasApiKey() bool

HasApiKey returns a boolean if a field has been set.

GetRegion

func (o *ApiOpsGenieViewAllOf) GetRegion() string

GetRegion returns the Region field if non-nil, zero value otherwise.

GetRegionOk

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.

SetRegion

func (o *ApiOpsGenieViewAllOf) SetRegion(v string)

SetRegion sets Region field to given value.

HasRegion

func (o *ApiOpsGenieViewAllOf) HasRegion() bool

HasRegion returns a boolean if a field has been set.

[Back to Model list] [Back to API list] [Back to README]