For the complete documentation index, see llms.txt. This page is also available as Markdown.

TrafficMetadataAllOf

Properties

Name
Type
Description
Notes

Period

Pointer to string

[optional]

Unit

Pointer to string

[optional]

Methods

NewTrafficMetadataAllOf

func NewTrafficMetadataAllOf() *TrafficMetadataAllOf

NewTrafficMetadataAllOf instantiates a new TrafficMetadataAllOf 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

NewTrafficMetadataAllOfWithDefaults

func NewTrafficMetadataAllOfWithDefaults() *TrafficMetadataAllOf

NewTrafficMetadataAllOfWithDefaults instantiates a new TrafficMetadataAllOf 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

GetPeriod

func (o *TrafficMetadataAllOf) GetPeriod() string

GetPeriod returns the Period field if non-nil, zero value otherwise.

GetPeriodOk

func (o *TrafficMetadataAllOf) GetPeriodOk() (*string, bool)

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

SetPeriod

func (o *TrafficMetadataAllOf) SetPeriod(v string)

SetPeriod sets Period field to given value.

HasPeriod

func (o *TrafficMetadataAllOf) HasPeriod() bool

HasPeriod returns a boolean if a field has been set.

GetUnit

func (o *TrafficMetadataAllOf) GetUnit() string

GetUnit returns the Unit field if non-nil, zero value otherwise.

GetUnitOk

func (o *TrafficMetadataAllOf) GetUnitOk() (*string, bool)

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

SetUnit

func (o *TrafficMetadataAllOf) SetUnit(v string)

SetUnit sets Unit field to given value.

HasUnit

func (o *TrafficMetadataAllOf) HasUnit() bool

HasUnit returns a boolean if a field has been set.

Last updated

Was this helpful?