Skip to content

Latest commit

 

History

History
108 lines (59 loc) · 3.22 KB

AnalyticsReportSegmentAttributes.md

File metadata and controls

108 lines (59 loc) · 3.22 KB

AnalyticsReportSegmentAttributes

Properties

Name Type Description Notes
Checksum Pointer to string [optional]
SizeInBytes Pointer to int32 [optional]
Url Pointer to string [optional]

Methods

NewAnalyticsReportSegmentAttributes

func NewAnalyticsReportSegmentAttributes() *AnalyticsReportSegmentAttributes

NewAnalyticsReportSegmentAttributes instantiates a new AnalyticsReportSegmentAttributes 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

NewAnalyticsReportSegmentAttributesWithDefaults

func NewAnalyticsReportSegmentAttributesWithDefaults() *AnalyticsReportSegmentAttributes

NewAnalyticsReportSegmentAttributesWithDefaults instantiates a new AnalyticsReportSegmentAttributes 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

GetChecksum

func (o *AnalyticsReportSegmentAttributes) GetChecksum() string

GetChecksum returns the Checksum field if non-nil, zero value otherwise.

GetChecksumOk

func (o *AnalyticsReportSegmentAttributes) GetChecksumOk() (*string, bool)

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

SetChecksum

func (o *AnalyticsReportSegmentAttributes) SetChecksum(v string)

SetChecksum sets Checksum field to given value.

HasChecksum

func (o *AnalyticsReportSegmentAttributes) HasChecksum() bool

HasChecksum returns a boolean if a field has been set.

GetSizeInBytes

func (o *AnalyticsReportSegmentAttributes) GetSizeInBytes() int32

GetSizeInBytes returns the SizeInBytes field if non-nil, zero value otherwise.

GetSizeInBytesOk

func (o *AnalyticsReportSegmentAttributes) GetSizeInBytesOk() (*int32, bool)

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

SetSizeInBytes

func (o *AnalyticsReportSegmentAttributes) SetSizeInBytes(v int32)

SetSizeInBytes sets SizeInBytes field to given value.

HasSizeInBytes

func (o *AnalyticsReportSegmentAttributes) HasSizeInBytes() bool

HasSizeInBytes returns a boolean if a field has been set.

GetUrl

func (o *AnalyticsReportSegmentAttributes) GetUrl() string

GetUrl returns the Url field if non-nil, zero value otherwise.

GetUrlOk

func (o *AnalyticsReportSegmentAttributes) GetUrlOk() (*string, bool)

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

SetUrl

func (o *AnalyticsReportSegmentAttributes) SetUrl(v string)

SetUrl sets Url field to given value.

HasUrl

func (o *AnalyticsReportSegmentAttributes) HasUrl() bool

HasUrl returns a boolean if a field has been set.

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