Skip to content

Latest commit

 

History

History
82 lines (45 loc) · 2.89 KB

OrganizationBillingUsageReportResponse.md

File metadata and controls

82 lines (45 loc) · 2.89 KB

OrganizationBillingUsageReportResponse

Properties

Name Type Description Notes
ReportUrl Pointer to string The URL of the report [optional]
DeleteReportUrl Pointer to string The URL to delete the report. Use this URL to pro-actively delete the report before it expires [optional]

Methods

NewOrganizationBillingUsageReportResponse

func NewOrganizationBillingUsageReportResponse() *OrganizationBillingUsageReportResponse

NewOrganizationBillingUsageReportResponse instantiates a new OrganizationBillingUsageReportResponse 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

NewOrganizationBillingUsageReportResponseWithDefaults

func NewOrganizationBillingUsageReportResponseWithDefaults() *OrganizationBillingUsageReportResponse

NewOrganizationBillingUsageReportResponseWithDefaults instantiates a new OrganizationBillingUsageReportResponse 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

GetReportUrl

func (o *OrganizationBillingUsageReportResponse) GetReportUrl() string

GetReportUrl returns the ReportUrl field if non-nil, zero value otherwise.

GetReportUrlOk

func (o *OrganizationBillingUsageReportResponse) GetReportUrlOk() (*string, bool)

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

SetReportUrl

func (o *OrganizationBillingUsageReportResponse) SetReportUrl(v string)

SetReportUrl sets ReportUrl field to given value.

HasReportUrl

func (o *OrganizationBillingUsageReportResponse) HasReportUrl() bool

HasReportUrl returns a boolean if a field has been set.

GetDeleteReportUrl

func (o *OrganizationBillingUsageReportResponse) GetDeleteReportUrl() string

GetDeleteReportUrl returns the DeleteReportUrl field if non-nil, zero value otherwise.

GetDeleteReportUrlOk

func (o *OrganizationBillingUsageReportResponse) GetDeleteReportUrlOk() (*string, bool)

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

SetDeleteReportUrl

func (o *OrganizationBillingUsageReportResponse) SetDeleteReportUrl(v string)

SetDeleteReportUrl sets DeleteReportUrl field to given value.

HasDeleteReportUrl

func (o *OrganizationBillingUsageReportResponse) HasDeleteReportUrl() bool

HasDeleteReportUrl returns a boolean if a field has been set.

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