Skip to content

Commit

Permalink
Generated v1.0.0-beta.17
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Jul 12, 2023
1 parent 770784f commit d2dcbb2
Show file tree
Hide file tree
Showing 34 changed files with 1,438 additions and 982 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [v1.0.0-beta.17](https://github.com/fastly/fastly-go/releases/tag/v1.0.0-beta.17) (2023-07-12)

**Bug fixes:**

- fix(billing): rename response field 'lines' to 'line_items'.
- fix(billing): restructure response models like 'aria_invoice_id'.
- fix(billing): make 'sent_at', 'locked', 'require_new_password', 'two_factor_auth_enabled' nullable.

## [v1.0.0-beta.16](https://github.com/fastly/fastly-go/releases/tag/v1.0.0-beta.16) (2023-07-06)

Substantial changes were made to the underlying OpenAPI specification that produces this API client. These changes have resulted in multiple new endpoints being supported as well as multiple breaking type changes and so we're publishing these changes as a new major release.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Add the following to your project's `go.mod`:

```go.mod
require (
github.com/fastly/fastly-go v1.0.0-beta.16
github.com/fastly/fastly-go v1.0.0-beta.17
)
```

Expand Down
54 changes: 54 additions & 0 deletions docs/BillingEstimateLines.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
# BillingEstimateLines

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**LineItems** | Pointer to [**[]BillingEstimateLinesLineItems**](BillingEstimateLinesLineItems.md) | | [optional]

## Methods

### NewBillingEstimateLines

`func NewBillingEstimateLines() *BillingEstimateLines`

NewBillingEstimateLines instantiates a new BillingEstimateLines 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

### NewBillingEstimateLinesWithDefaults

`func NewBillingEstimateLinesWithDefaults() *BillingEstimateLines`

NewBillingEstimateLinesWithDefaults instantiates a new BillingEstimateLines 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

### GetLineItems

`func (o *BillingEstimateLines) GetLineItems() []BillingEstimateLinesLineItems`

GetLineItems returns the LineItems field if non-nil, zero value otherwise.

### GetLineItemsOk

`func (o *BillingEstimateLines) GetLineItemsOk() (*[]BillingEstimateLinesLineItems, bool)`

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

### SetLineItems

`func (o *BillingEstimateLines) SetLineItems(v []BillingEstimateLinesLineItems)`

SetLineItems sets LineItems field to given value.

### HasLineItems

`func (o *BillingEstimateLines) HasLineItems() bool`

HasLineItems returns a boolean if a field has been set.


[Back to API list](../README.md#documentation-for-api-endpoints) | [Back to README](../README.md)
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# BillingEstimateResponseAllOfLine
# BillingEstimateLinesLineItems

## Properties

Expand All @@ -16,245 +16,245 @@ Name | Type | Description | Notes

## Methods

### NewBillingEstimateResponseAllOfLine
### NewBillingEstimateLinesLineItems

`func NewBillingEstimateResponseAllOfLine() *BillingEstimateResponseAllOfLine`
`func NewBillingEstimateLinesLineItems() *BillingEstimateLinesLineItems`

NewBillingEstimateResponseAllOfLine instantiates a new BillingEstimateResponseAllOfLine object
NewBillingEstimateLinesLineItems instantiates a new BillingEstimateLinesLineItems 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

### NewBillingEstimateResponseAllOfLineWithDefaults
### NewBillingEstimateLinesLineItemsWithDefaults

`func NewBillingEstimateResponseAllOfLineWithDefaults() *BillingEstimateResponseAllOfLine`
`func NewBillingEstimateLinesLineItemsWithDefaults() *BillingEstimateLinesLineItems`

NewBillingEstimateResponseAllOfLineWithDefaults instantiates a new BillingEstimateResponseAllOfLine object
NewBillingEstimateLinesLineItemsWithDefaults instantiates a new BillingEstimateLinesLineItems 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

### GetPlanNo

`func (o *BillingEstimateResponseAllOfLine) GetPlanNo() int32`
`func (o *BillingEstimateLinesLineItems) GetPlanNo() int32`

GetPlanNo returns the PlanNo field if non-nil, zero value otherwise.

### GetPlanNoOk

`func (o *BillingEstimateResponseAllOfLine) GetPlanNoOk() (*int32, bool)`
`func (o *BillingEstimateLinesLineItems) GetPlanNoOk() (*int32, bool)`

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

### SetPlanNo

`func (o *BillingEstimateResponseAllOfLine) SetPlanNo(v int32)`
`func (o *BillingEstimateLinesLineItems) SetPlanNo(v int32)`

SetPlanNo sets PlanNo field to given value.

### HasPlanNo

`func (o *BillingEstimateResponseAllOfLine) HasPlanNo() bool`
`func (o *BillingEstimateLinesLineItems) HasPlanNo() bool`

HasPlanNo returns a boolean if a field has been set.

### GetDescription

`func (o *BillingEstimateResponseAllOfLine) GetDescription() string`
`func (o *BillingEstimateLinesLineItems) GetDescription() string`

GetDescription returns the Description field if non-nil, zero value otherwise.

### GetDescriptionOk

`func (o *BillingEstimateResponseAllOfLine) GetDescriptionOk() (*string, bool)`
`func (o *BillingEstimateLinesLineItems) GetDescriptionOk() (*string, bool)`

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

### SetDescription

`func (o *BillingEstimateResponseAllOfLine) SetDescription(v string)`
`func (o *BillingEstimateLinesLineItems) SetDescription(v string)`

SetDescription sets Description field to given value.

### HasDescription

`func (o *BillingEstimateResponseAllOfLine) HasDescription() bool`
`func (o *BillingEstimateLinesLineItems) HasDescription() bool`

HasDescription returns a boolean if a field has been set.

### GetUnits

`func (o *BillingEstimateResponseAllOfLine) GetUnits() float32`
`func (o *BillingEstimateLinesLineItems) GetUnits() float32`

GetUnits returns the Units field if non-nil, zero value otherwise.

### GetUnitsOk

`func (o *BillingEstimateResponseAllOfLine) GetUnitsOk() (*float32, bool)`
`func (o *BillingEstimateLinesLineItems) GetUnitsOk() (*float32, bool)`

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

### SetUnits

`func (o *BillingEstimateResponseAllOfLine) SetUnits(v float32)`
`func (o *BillingEstimateLinesLineItems) SetUnits(v float32)`

SetUnits sets Units field to given value.

### HasUnits

`func (o *BillingEstimateResponseAllOfLine) HasUnits() bool`
`func (o *BillingEstimateLinesLineItems) HasUnits() bool`

HasUnits returns a boolean if a field has been set.

### GetPerUnitCost

`func (o *BillingEstimateResponseAllOfLine) GetPerUnitCost() float32`
`func (o *BillingEstimateLinesLineItems) GetPerUnitCost() float32`

GetPerUnitCost returns the PerUnitCost field if non-nil, zero value otherwise.

### GetPerUnitCostOk

`func (o *BillingEstimateResponseAllOfLine) GetPerUnitCostOk() (*float32, bool)`
`func (o *BillingEstimateLinesLineItems) GetPerUnitCostOk() (*float32, bool)`

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

### SetPerUnitCost

`func (o *BillingEstimateResponseAllOfLine) SetPerUnitCost(v float32)`
`func (o *BillingEstimateLinesLineItems) SetPerUnitCost(v float32)`

SetPerUnitCost sets PerUnitCost field to given value.

### HasPerUnitCost

`func (o *BillingEstimateResponseAllOfLine) HasPerUnitCost() bool`
`func (o *BillingEstimateLinesLineItems) HasPerUnitCost() bool`

HasPerUnitCost returns a boolean if a field has been set.

### GetServiceNo

`func (o *BillingEstimateResponseAllOfLine) GetServiceNo() float32`
`func (o *BillingEstimateLinesLineItems) GetServiceNo() float32`

GetServiceNo returns the ServiceNo field if non-nil, zero value otherwise.

### GetServiceNoOk

`func (o *BillingEstimateResponseAllOfLine) GetServiceNoOk() (*float32, bool)`
`func (o *BillingEstimateLinesLineItems) GetServiceNoOk() (*float32, bool)`

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

### SetServiceNo

`func (o *BillingEstimateResponseAllOfLine) SetServiceNo(v float32)`
`func (o *BillingEstimateLinesLineItems) SetServiceNo(v float32)`

SetServiceNo sets ServiceNo field to given value.

### HasServiceNo

`func (o *BillingEstimateResponseAllOfLine) HasServiceNo() bool`
`func (o *BillingEstimateLinesLineItems) HasServiceNo() bool`

HasServiceNo returns a boolean if a field has been set.

### GetServiceType

`func (o *BillingEstimateResponseAllOfLine) GetServiceType() string`
`func (o *BillingEstimateLinesLineItems) GetServiceType() string`

GetServiceType returns the ServiceType field if non-nil, zero value otherwise.

### GetServiceTypeOk

`func (o *BillingEstimateResponseAllOfLine) GetServiceTypeOk() (*string, bool)`
`func (o *BillingEstimateLinesLineItems) GetServiceTypeOk() (*string, bool)`

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

### SetServiceType

`func (o *BillingEstimateResponseAllOfLine) SetServiceType(v string)`
`func (o *BillingEstimateLinesLineItems) SetServiceType(v string)`

SetServiceType sets ServiceType field to given value.

### HasServiceType

`func (o *BillingEstimateResponseAllOfLine) HasServiceType() bool`
`func (o *BillingEstimateLinesLineItems) HasServiceType() bool`

HasServiceType returns a boolean if a field has been set.

### GetAmount

`func (o *BillingEstimateResponseAllOfLine) GetAmount() float32`
`func (o *BillingEstimateLinesLineItems) GetAmount() float32`

GetAmount returns the Amount field if non-nil, zero value otherwise.

### GetAmountOk

`func (o *BillingEstimateResponseAllOfLine) GetAmountOk() (*float32, bool)`
`func (o *BillingEstimateLinesLineItems) GetAmountOk() (*float32, bool)`

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

### SetAmount

`func (o *BillingEstimateResponseAllOfLine) SetAmount(v float32)`
`func (o *BillingEstimateLinesLineItems) SetAmount(v float32)`

SetAmount sets Amount field to given value.

### HasAmount

`func (o *BillingEstimateResponseAllOfLine) HasAmount() bool`
`func (o *BillingEstimateLinesLineItems) HasAmount() bool`

HasAmount returns a boolean if a field has been set.

### GetClientServiceID

`func (o *BillingEstimateResponseAllOfLine) GetClientServiceID() string`
`func (o *BillingEstimateLinesLineItems) GetClientServiceID() string`

GetClientServiceID returns the ClientServiceID field if non-nil, zero value otherwise.

### GetClientServiceIDOk

`func (o *BillingEstimateResponseAllOfLine) GetClientServiceIDOk() (*string, bool)`
`func (o *BillingEstimateLinesLineItems) GetClientServiceIDOk() (*string, bool)`

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

### SetClientServiceID

`func (o *BillingEstimateResponseAllOfLine) SetClientServiceID(v string)`
`func (o *BillingEstimateLinesLineItems) SetClientServiceID(v string)`

SetClientServiceID sets ClientServiceID field to given value.

### HasClientServiceID

`func (o *BillingEstimateResponseAllOfLine) HasClientServiceID() bool`
`func (o *BillingEstimateLinesLineItems) HasClientServiceID() bool`

HasClientServiceID returns a boolean if a field has been set.

### GetClientPlanID

`func (o *BillingEstimateResponseAllOfLine) GetClientPlanID() string`
`func (o *BillingEstimateLinesLineItems) GetClientPlanID() string`

GetClientPlanID returns the ClientPlanID field if non-nil, zero value otherwise.

### GetClientPlanIDOk

`func (o *BillingEstimateResponseAllOfLine) GetClientPlanIDOk() (*string, bool)`
`func (o *BillingEstimateLinesLineItems) GetClientPlanIDOk() (*string, bool)`

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

### SetClientPlanID

`func (o *BillingEstimateResponseAllOfLine) SetClientPlanID(v string)`
`func (o *BillingEstimateLinesLineItems) SetClientPlanID(v string)`

SetClientPlanID sets ClientPlanID field to given value.

### HasClientPlanID

`func (o *BillingEstimateResponseAllOfLine) HasClientPlanID() bool`
`func (o *BillingEstimateLinesLineItems) HasClientPlanID() bool`

HasClientPlanID returns a boolean if a field has been set.

Expand Down
Loading

0 comments on commit d2dcbb2

Please sign in to comment.