Name | Type | Description | Notes |
---|---|---|---|
Checksum | Pointer to string | [optional] | |
SizeInBytes | Pointer to int32 | [optional] | |
Url | Pointer to string | [optional] |
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
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
func (o *AnalyticsReportSegmentAttributes) GetChecksum() string
GetChecksum returns the Checksum field if non-nil, zero value otherwise.
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.
func (o *AnalyticsReportSegmentAttributes) SetChecksum(v string)
SetChecksum sets Checksum field to given value.
func (o *AnalyticsReportSegmentAttributes) HasChecksum() bool
HasChecksum returns a boolean if a field has been set.
func (o *AnalyticsReportSegmentAttributes) GetSizeInBytes() int32
GetSizeInBytes returns the SizeInBytes field if non-nil, zero value otherwise.
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.
func (o *AnalyticsReportSegmentAttributes) SetSizeInBytes(v int32)
SetSizeInBytes sets SizeInBytes field to given value.
func (o *AnalyticsReportSegmentAttributes) HasSizeInBytes() bool
HasSizeInBytes returns a boolean if a field has been set.
func (o *AnalyticsReportSegmentAttributes) GetUrl() string
GetUrl returns the Url field if non-nil, zero value otherwise.
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.
func (o *AnalyticsReportSegmentAttributes) SetUrl(v string)
SetUrl sets Url field to given value.
func (o *AnalyticsReportSegmentAttributes) HasUrl() bool
HasUrl returns a boolean if a field has been set.