Skip to content

Latest commit

 

History

History
134 lines (73 loc) · 3.98 KB

ApiNewRelicViewAllOf.md

File metadata and controls

134 lines (73 loc) · 3.98 KB

ApiNewRelicViewAllOf

Properties

Name Type Description Notes
AccountId Pointer to string Unique 40-hexadecimal digit string that identifies your New Relic account. [optional]
LicenseKey Pointer to string Unique 40-hexadecimal digit string that identifies your New Relic license. [optional]
ReadToken Pointer to string Query key used to access your New Relic account. [optional]
WriteToken Pointer to string Insert key associated with your New Relic account. [optional]

Methods

NewApiNewRelicViewAllOf

func NewApiNewRelicViewAllOf() *ApiNewRelicViewAllOf

NewApiNewRelicViewAllOf instantiates a new ApiNewRelicViewAllOf 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

NewApiNewRelicViewAllOfWithDefaults

func NewApiNewRelicViewAllOfWithDefaults() *ApiNewRelicViewAllOf

NewApiNewRelicViewAllOfWithDefaults instantiates a new ApiNewRelicViewAllOf 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

GetAccountId

func (o *ApiNewRelicViewAllOf) GetAccountId() string

GetAccountId returns the AccountId field if non-nil, zero value otherwise.

GetAccountIdOk

func (o *ApiNewRelicViewAllOf) GetAccountIdOk() (*string, bool)

GetAccountIdOk returns a tuple with the AccountId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetAccountId

func (o *ApiNewRelicViewAllOf) SetAccountId(v string)

SetAccountId sets AccountId field to given value.

HasAccountId

func (o *ApiNewRelicViewAllOf) HasAccountId() bool

HasAccountId returns a boolean if a field has been set.

GetLicenseKey

func (o *ApiNewRelicViewAllOf) GetLicenseKey() string

GetLicenseKey returns the LicenseKey field if non-nil, zero value otherwise.

GetLicenseKeyOk

func (o *ApiNewRelicViewAllOf) GetLicenseKeyOk() (*string, bool)

GetLicenseKeyOk returns a tuple with the LicenseKey field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetLicenseKey

func (o *ApiNewRelicViewAllOf) SetLicenseKey(v string)

SetLicenseKey sets LicenseKey field to given value.

HasLicenseKey

func (o *ApiNewRelicViewAllOf) HasLicenseKey() bool

HasLicenseKey returns a boolean if a field has been set.

GetReadToken

func (o *ApiNewRelicViewAllOf) GetReadToken() string

GetReadToken returns the ReadToken field if non-nil, zero value otherwise.

GetReadTokenOk

func (o *ApiNewRelicViewAllOf) GetReadTokenOk() (*string, bool)

GetReadTokenOk returns a tuple with the ReadToken field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetReadToken

func (o *ApiNewRelicViewAllOf) SetReadToken(v string)

SetReadToken sets ReadToken field to given value.

HasReadToken

func (o *ApiNewRelicViewAllOf) HasReadToken() bool

HasReadToken returns a boolean if a field has been set.

GetWriteToken

func (o *ApiNewRelicViewAllOf) GetWriteToken() string

GetWriteToken returns the WriteToken field if non-nil, zero value otherwise.

GetWriteTokenOk

func (o *ApiNewRelicViewAllOf) GetWriteTokenOk() (*string, bool)

GetWriteTokenOk returns a tuple with the WriteToken field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetWriteToken

func (o *ApiNewRelicViewAllOf) SetWriteToken(v string)

SetWriteToken sets WriteToken field to given value.

HasWriteToken

func (o *ApiNewRelicViewAllOf) HasWriteToken() bool

HasWriteToken returns a boolean if a field has been set.

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