Name | Type | Description | Notes |
---|---|---|---|
RumWebsiteId | string | ||
Description | Pointer to string | [optional] | |
MetricValues | Pointer to []RumMetricValues | [optional] |
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
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
func (o *RumWebsiteWithMetricValues) GetRumWebsiteId() string
GetRumWebsiteId returns the RumWebsiteId field if non-nil, zero value otherwise.
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.
func (o *RumWebsiteWithMetricValues) SetRumWebsiteId(v string)
SetRumWebsiteId sets RumWebsiteId field to given value.
func (o *RumWebsiteWithMetricValues) GetDescription() string
GetDescription returns the Description field if non-nil, zero value otherwise.
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.
func (o *RumWebsiteWithMetricValues) SetDescription(v string)
SetDescription sets Description field to given value.
func (o *RumWebsiteWithMetricValues) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (o *RumWebsiteWithMetricValues) GetMetricValues() []RumMetricValues
GetMetricValues returns the MetricValues field if non-nil, zero value otherwise.
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.
func (o *RumWebsiteWithMetricValues) SetMetricValues(v []RumMetricValues)
SetMetricValues sets MetricValues field to given value.
func (o *RumWebsiteWithMetricValues) HasMetricValues() bool
HasMetricValues returns a boolean if a field has been set.