| Name | Type | Description | Notes |
|---|---|---|---|
| Bytes | string | Base64-encoded video data |
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
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
func (o *ChatInferenceRequestMessagesInnerContentOneOfInnerOneOf2VideoSource) GetBytes() string
GetBytes returns the Bytes field if non-nil, zero value otherwise.
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.
func (o *ChatInferenceRequestMessagesInnerContentOneOfInnerOneOf2VideoSource) SetBytes(v string)
SetBytes sets Bytes field to given value.