Skip to content

Latest commit

 

History

History
56 lines (31 loc) · 1.88 KB

EstimatedUsageDetails.md

File metadata and controls

56 lines (31 loc) · 1.88 KB

EstimatedUsageDetails

Properties

Name Type Description Notes
DataScannedInBytes Pointer to int64 Amount of data scanned in bytes, to run the query. [optional]

Methods

NewEstimatedUsageDetails

func NewEstimatedUsageDetails() *EstimatedUsageDetails

NewEstimatedUsageDetails instantiates a new EstimatedUsageDetails 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

NewEstimatedUsageDetailsWithDefaults

func NewEstimatedUsageDetailsWithDefaults() *EstimatedUsageDetails

NewEstimatedUsageDetailsWithDefaults instantiates a new EstimatedUsageDetails 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

GetDataScannedInBytes

func (o *EstimatedUsageDetails) GetDataScannedInBytes() int64

GetDataScannedInBytes returns the DataScannedInBytes field if non-nil, zero value otherwise.

GetDataScannedInBytesOk

func (o *EstimatedUsageDetails) GetDataScannedInBytesOk() (*int64, bool)

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

SetDataScannedInBytes

func (o *EstimatedUsageDetails) SetDataScannedInBytes(v int64)

SetDataScannedInBytes sets DataScannedInBytes field to given value.

HasDataScannedInBytes

func (o *EstimatedUsageDetails) HasDataScannedInBytes() bool

HasDataScannedInBytes returns a boolean if a field has been set.

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