Skip to content

Latest commit

 

History

History
51 lines (28 loc) · 1.53 KB

PutChannelTopicRequest.md

File metadata and controls

51 lines (28 loc) · 1.53 KB

PutChannelTopicRequest

Properties

Name Type Description Notes
Topic string トピック

Methods

NewPutChannelTopicRequest

func NewPutChannelTopicRequest(topic string, ) *PutChannelTopicRequest

NewPutChannelTopicRequest instantiates a new PutChannelTopicRequest 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

NewPutChannelTopicRequestWithDefaults

func NewPutChannelTopicRequestWithDefaults() *PutChannelTopicRequest

NewPutChannelTopicRequestWithDefaults instantiates a new PutChannelTopicRequest 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

GetTopic

func (o *PutChannelTopicRequest) GetTopic() string

GetTopic returns the Topic field if non-nil, zero value otherwise.

GetTopicOk

func (o *PutChannelTopicRequest) GetTopicOk() (*string, bool)

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

SetTopic

func (o *PutChannelTopicRequest) SetTopic(v string)

SetTopic sets Topic field to given value.

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