Skip to content

Latest commit

 

History

History
103 lines (56 loc) · 3.21 KB

RumWebsiteWithMetricValues.md

File metadata and controls

103 lines (56 loc) · 3.21 KB

RumWebsiteWithMetricValues

Properties

Name Type Description Notes
RumWebsiteId string
Description Pointer to string [optional]
MetricValues Pointer to []RumMetricValues [optional]

Methods

NewRumWebsiteWithMetricValues

func NewRumWebsiteWithMetricValues(rumWebsiteId string, ) *RumWebsiteWithMetricValues

NewRumWebsiteWithMetricValues instantiates a new RumWebsiteWithMetricValues 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

NewRumWebsiteWithMetricValuesWithDefaults

func NewRumWebsiteWithMetricValuesWithDefaults() *RumWebsiteWithMetricValues

NewRumWebsiteWithMetricValuesWithDefaults instantiates a new RumWebsiteWithMetricValues 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

GetRumWebsiteId

func (o *RumWebsiteWithMetricValues) GetRumWebsiteId() string

GetRumWebsiteId returns the RumWebsiteId field if non-nil, zero value otherwise.

GetRumWebsiteIdOk

func (o *RumWebsiteWithMetricValues) GetRumWebsiteIdOk() (*string, bool)

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

SetRumWebsiteId

func (o *RumWebsiteWithMetricValues) SetRumWebsiteId(v string)

SetRumWebsiteId sets RumWebsiteId field to given value.

GetDescription

func (o *RumWebsiteWithMetricValues) GetDescription() string

GetDescription returns the Description field if non-nil, zero value otherwise.

GetDescriptionOk

func (o *RumWebsiteWithMetricValues) GetDescriptionOk() (*string, bool)

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

SetDescription

func (o *RumWebsiteWithMetricValues) SetDescription(v string)

SetDescription sets Description field to given value.

HasDescription

func (o *RumWebsiteWithMetricValues) HasDescription() bool

HasDescription returns a boolean if a field has been set.

GetMetricValues

func (o *RumWebsiteWithMetricValues) GetMetricValues() []RumMetricValues

GetMetricValues returns the MetricValues field if non-nil, zero value otherwise.

GetMetricValuesOk

func (o *RumWebsiteWithMetricValues) GetMetricValuesOk() (*[]RumMetricValues, bool)

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

SetMetricValues

func (o *RumWebsiteWithMetricValues) SetMetricValues(v []RumMetricValues)

SetMetricValues sets MetricValues field to given value.

HasMetricValues

func (o *RumWebsiteWithMetricValues) HasMetricValues() bool

HasMetricValues returns a boolean if a field has been set.

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