feat: shit shit

This commit is contained in:
2025-08-15 11:10:28 +03:00
parent 0c86228095
commit 38acc4a443
1402 changed files with 453050 additions and 111 deletions

View File

@@ -0,0 +1,93 @@
# GenerateBannersStatisticsRequest
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**BusinessId** | **int64** | Идентификатор кабинета. |
**DateFrom** | **string** | Начало периода, включительно. |
**DateTo** | **string** | Конец периода, включительно. |
## Methods
### NewGenerateBannersStatisticsRequest
`func NewGenerateBannersStatisticsRequest(businessId int64, dateFrom string, dateTo string, ) *GenerateBannersStatisticsRequest`
NewGenerateBannersStatisticsRequest instantiates a new GenerateBannersStatisticsRequest 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
### NewGenerateBannersStatisticsRequestWithDefaults
`func NewGenerateBannersStatisticsRequestWithDefaults() *GenerateBannersStatisticsRequest`
NewGenerateBannersStatisticsRequestWithDefaults instantiates a new GenerateBannersStatisticsRequest 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
### GetBusinessId
`func (o *GenerateBannersStatisticsRequest) GetBusinessId() int64`
GetBusinessId returns the BusinessId field if non-nil, zero value otherwise.
### GetBusinessIdOk
`func (o *GenerateBannersStatisticsRequest) GetBusinessIdOk() (*int64, bool)`
GetBusinessIdOk returns a tuple with the BusinessId field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetBusinessId
`func (o *GenerateBannersStatisticsRequest) SetBusinessId(v int64)`
SetBusinessId sets BusinessId field to given value.
### GetDateFrom
`func (o *GenerateBannersStatisticsRequest) GetDateFrom() string`
GetDateFrom returns the DateFrom field if non-nil, zero value otherwise.
### GetDateFromOk
`func (o *GenerateBannersStatisticsRequest) GetDateFromOk() (*string, bool)`
GetDateFromOk returns a tuple with the DateFrom field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetDateFrom
`func (o *GenerateBannersStatisticsRequest) SetDateFrom(v string)`
SetDateFrom sets DateFrom field to given value.
### GetDateTo
`func (o *GenerateBannersStatisticsRequest) GetDateTo() string`
GetDateTo returns the DateTo field if non-nil, zero value otherwise.
### GetDateToOk
`func (o *GenerateBannersStatisticsRequest) GetDateToOk() (*string, bool)`
GetDateToOk returns a tuple with the DateTo field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetDateTo
`func (o *GenerateBannersStatisticsRequest) SetDateTo(v string)`
SetDateTo sets DateTo field to given value.
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)