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

1.7 KiB

GenerateGoodsFeedbackRequest

Properties

Name Type Description Notes
BusinessId int64 Идентификатор кабинета.

Methods

NewGenerateGoodsFeedbackRequest

func NewGenerateGoodsFeedbackRequest(businessId int64, ) *GenerateGoodsFeedbackRequest

NewGenerateGoodsFeedbackRequest instantiates a new GenerateGoodsFeedbackRequest 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

NewGenerateGoodsFeedbackRequestWithDefaults

func NewGenerateGoodsFeedbackRequestWithDefaults() *GenerateGoodsFeedbackRequest

NewGenerateGoodsFeedbackRequestWithDefaults instantiates a new GenerateGoodsFeedbackRequest 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 *GenerateGoodsFeedbackRequest) GetBusinessId() int64

GetBusinessId returns the BusinessId field if non-nil, zero value otherwise.

GetBusinessIdOk

func (o *GenerateGoodsFeedbackRequest) 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 *GenerateGoodsFeedbackRequest) SetBusinessId(v int64)

SetBusinessId sets BusinessId field to given value.

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