Files
Sipro-Marketplaces/pkg/api/yandex/ymclient/docs/ClosureDocumentsMonthOfYearDTO.md
2025-08-15 11:10:28 +03:00

2.2 KiB

ClosureDocumentsMonthOfYearDTO

Properties

Name Type Description Notes
Year int32 Год.
Month int32 Номер месяца.

Methods

NewClosureDocumentsMonthOfYearDTO

func NewClosureDocumentsMonthOfYearDTO(year int32, month int32, ) *ClosureDocumentsMonthOfYearDTO

NewClosureDocumentsMonthOfYearDTO instantiates a new ClosureDocumentsMonthOfYearDTO 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

NewClosureDocumentsMonthOfYearDTOWithDefaults

func NewClosureDocumentsMonthOfYearDTOWithDefaults() *ClosureDocumentsMonthOfYearDTO

NewClosureDocumentsMonthOfYearDTOWithDefaults instantiates a new ClosureDocumentsMonthOfYearDTO 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

GetYear

func (o *ClosureDocumentsMonthOfYearDTO) GetYear() int32

GetYear returns the Year field if non-nil, zero value otherwise.

GetYearOk

func (o *ClosureDocumentsMonthOfYearDTO) GetYearOk() (*int32, bool)

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

SetYear

func (o *ClosureDocumentsMonthOfYearDTO) SetYear(v int32)

SetYear sets Year field to given value.

GetMonth

func (o *ClosureDocumentsMonthOfYearDTO) GetMonth() int32

GetMonth returns the Month field if non-nil, zero value otherwise.

GetMonthOk

func (o *ClosureDocumentsMonthOfYearDTO) GetMonthOk() (*int32, bool)

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

SetMonth

func (o *ClosureDocumentsMonthOfYearDTO) SetMonth(v int32)

SetMonth sets Month field to given value.

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