Skip to content

BatchTagRespOpenApiVO

Properties

Name Type Description Notes
BatchTagResult Pointer to []SetTagResultOpenApiVO batch set tag result [optional]

Methods

NewBatchTagRespOpenApiVO

func NewBatchTagRespOpenApiVO() *BatchTagRespOpenApiVO

NewBatchTagRespOpenApiVO instantiates a new BatchTagRespOpenApiVO 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

NewBatchTagRespOpenApiVOWithDefaults

func NewBatchTagRespOpenApiVOWithDefaults() *BatchTagRespOpenApiVO

NewBatchTagRespOpenApiVOWithDefaults instantiates a new BatchTagRespOpenApiVO 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

GetBatchTagResult

func (o *BatchTagRespOpenApiVO) GetBatchTagResult() []SetTagResultOpenApiVO

GetBatchTagResult returns the BatchTagResult field if non-nil, zero value otherwise.

GetBatchTagResultOk

func (o *BatchTagRespOpenApiVO) GetBatchTagResultOk() (*[]SetTagResultOpenApiVO, bool)

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

SetBatchTagResult

func (o *BatchTagRespOpenApiVO) SetBatchTagResult(v []SetTagResultOpenApiVO)

SetBatchTagResult sets BatchTagResult field to given value.

HasBatchTagResult

func (o *BatchTagRespOpenApiVO) HasBatchTagResult() bool

HasBatchTagResult returns a boolean if a field has been set.

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