Skip to content

Latest commit

 

History

History
51 lines (28 loc) · 2.16 KB

File metadata and controls

51 lines (28 loc) · 2.16 KB

ChatInferenceRequestMessagesInnerContentOneOfInnerOneOf2VideoSource

Properties

Name Type Description Notes
Bytes string Base64-encoded video data

Methods

NewChatInferenceRequestMessagesInnerContentOneOfInnerOneOf2VideoSource

func NewChatInferenceRequestMessagesInnerContentOneOfInnerOneOf2VideoSource(bytes string, ) *ChatInferenceRequestMessagesInnerContentOneOfInnerOneOf2VideoSource

NewChatInferenceRequestMessagesInnerContentOneOfInnerOneOf2VideoSource instantiates a new ChatInferenceRequestMessagesInnerContentOneOfInnerOneOf2VideoSource 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

NewChatInferenceRequestMessagesInnerContentOneOfInnerOneOf2VideoSourceWithDefaults

func NewChatInferenceRequestMessagesInnerContentOneOfInnerOneOf2VideoSourceWithDefaults() *ChatInferenceRequestMessagesInnerContentOneOfInnerOneOf2VideoSource

NewChatInferenceRequestMessagesInnerContentOneOfInnerOneOf2VideoSourceWithDefaults instantiates a new ChatInferenceRequestMessagesInnerContentOneOfInnerOneOf2VideoSource 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

GetBytes

func (o *ChatInferenceRequestMessagesInnerContentOneOfInnerOneOf2VideoSource) GetBytes() string

GetBytes returns the Bytes field if non-nil, zero value otherwise.

GetBytesOk

func (o *ChatInferenceRequestMessagesInnerContentOneOfInnerOneOf2VideoSource) GetBytesOk() (*string, bool)

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

SetBytes

func (o *ChatInferenceRequestMessagesInnerContentOneOfInnerOneOf2VideoSource) SetBytes(v string)

SetBytes sets Bytes field to given value.

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