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] |
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
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
func (o *ApiNewRelicViewAllOf) GetAccountId() string
GetAccountId returns the AccountId field if non-nil, zero value otherwise.
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.
func (o *ApiNewRelicViewAllOf) SetAccountId(v string)
SetAccountId sets AccountId field to given value.
func (o *ApiNewRelicViewAllOf) HasAccountId() bool
HasAccountId returns a boolean if a field has been set.
func (o *ApiNewRelicViewAllOf) GetLicenseKey() string
GetLicenseKey returns the LicenseKey field if non-nil, zero value otherwise.
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.
func (o *ApiNewRelicViewAllOf) SetLicenseKey(v string)
SetLicenseKey sets LicenseKey field to given value.
func (o *ApiNewRelicViewAllOf) HasLicenseKey() bool
HasLicenseKey returns a boolean if a field has been set.
func (o *ApiNewRelicViewAllOf) GetReadToken() string
GetReadToken returns the ReadToken field if non-nil, zero value otherwise.
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.
func (o *ApiNewRelicViewAllOf) SetReadToken(v string)
SetReadToken sets ReadToken field to given value.
func (o *ApiNewRelicViewAllOf) HasReadToken() bool
HasReadToken returns a boolean if a field has been set.
func (o *ApiNewRelicViewAllOf) GetWriteToken() string
GetWriteToken returns the WriteToken field if non-nil, zero value otherwise.
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.
func (o *ApiNewRelicViewAllOf) SetWriteToken(v string)
SetWriteToken sets WriteToken field to given value.
func (o *ApiNewRelicViewAllOf) HasWriteToken() bool
HasWriteToken returns a boolean if a field has been set.