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] |
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
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
func (o *OrganizationBillingUsageReportResponse) GetReportUrl() string
GetReportUrl returns the ReportUrl field if non-nil, zero value otherwise.
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.
func (o *OrganizationBillingUsageReportResponse) SetReportUrl(v string)
SetReportUrl sets ReportUrl field to given value.
func (o *OrganizationBillingUsageReportResponse) HasReportUrl() bool
HasReportUrl returns a boolean if a field has been set.
func (o *OrganizationBillingUsageReportResponse) GetDeleteReportUrl() string
GetDeleteReportUrl returns the DeleteReportUrl field if non-nil, zero value otherwise.
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.
func (o *OrganizationBillingUsageReportResponse) SetDeleteReportUrl(v string)
SetDeleteReportUrl sets DeleteReportUrl field to given value.
func (o *OrganizationBillingUsageReportResponse) HasDeleteReportUrl() bool
HasDeleteReportUrl returns a boolean if a field has been set.