github.com/optim-corp/cios-golang-sdk@v0.5.1/cios/docs/Video.md (about)

     1  # Video
     2  
     3  ## Properties
     4  
     5  Name | Type | Description | Notes
     6  ------------ | ------------- | ------------- | -------------
     7  **Name** | Pointer to **string** |  | [optional] 
     8  **Id** | **string** |  | 
     9  **DeviceId** | Pointer to **string** |  | [optional] 
    10  **ResourceOwnerId** | **string** |  | 
    11  **VideoName** | Pointer to **string** |  | [optional] 
    12  **VideoDescription** | Pointer to **string** |  | [optional] 
    13  **Enabled** | Pointer to **bool** |  | [optional] 
    14  **CreatedAt** | **string** |  | 
    15  **UpdatedAt** | **string** |  | 
    16  
    17  ## Methods
    18  
    19  ### NewVideo
    20  
    21  `func NewVideo(id string, resourceOwnerId string, createdAt string, updatedAt string, ) *Video`
    22  
    23  NewVideo instantiates a new Video object
    24  This constructor will assign default values to properties that have it defined,
    25  and makes sure properties required by API are set, but the set of arguments
    26  will change when the set of required properties is changed
    27  
    28  ### NewVideoWithDefaults
    29  
    30  `func NewVideoWithDefaults() *Video`
    31  
    32  NewVideoWithDefaults instantiates a new Video object
    33  This constructor will only assign default values to properties that have it defined,
    34  but it doesn't guarantee that properties required by API are set
    35  
    36  ### GetName
    37  
    38  `func (o *Video) GetName() string`
    39  
    40  GetName returns the Name field if non-nil, zero value otherwise.
    41  
    42  ### GetNameOk
    43  
    44  `func (o *Video) GetNameOk() (*string, bool)`
    45  
    46  GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise
    47  and a boolean to check if the value has been set.
    48  
    49  ### SetName
    50  
    51  `func (o *Video) SetName(v string)`
    52  
    53  SetName sets Name field to given value.
    54  
    55  ### HasName
    56  
    57  `func (o *Video) HasName() bool`
    58  
    59  HasName returns a boolean if a field has been set.
    60  
    61  ### GetId
    62  
    63  `func (o *Video) GetId() string`
    64  
    65  GetId returns the Id field if non-nil, zero value otherwise.
    66  
    67  ### GetIdOk
    68  
    69  `func (o *Video) GetIdOk() (*string, bool)`
    70  
    71  GetIdOk returns a tuple with the Id field if it's non-nil, zero value otherwise
    72  and a boolean to check if the value has been set.
    73  
    74  ### SetId
    75  
    76  `func (o *Video) SetId(v string)`
    77  
    78  SetId sets Id field to given value.
    79  
    80  
    81  ### GetDeviceId
    82  
    83  `func (o *Video) GetDeviceId() string`
    84  
    85  GetDeviceId returns the DeviceId field if non-nil, zero value otherwise.
    86  
    87  ### GetDeviceIdOk
    88  
    89  `func (o *Video) GetDeviceIdOk() (*string, bool)`
    90  
    91  GetDeviceIdOk returns a tuple with the DeviceId field if it's non-nil, zero value otherwise
    92  and a boolean to check if the value has been set.
    93  
    94  ### SetDeviceId
    95  
    96  `func (o *Video) SetDeviceId(v string)`
    97  
    98  SetDeviceId sets DeviceId field to given value.
    99  
   100  ### HasDeviceId
   101  
   102  `func (o *Video) HasDeviceId() bool`
   103  
   104  HasDeviceId returns a boolean if a field has been set.
   105  
   106  ### GetResourceOwnerId
   107  
   108  `func (o *Video) GetResourceOwnerId() string`
   109  
   110  GetResourceOwnerId returns the ResourceOwnerId field if non-nil, zero value otherwise.
   111  
   112  ### GetResourceOwnerIdOk
   113  
   114  `func (o *Video) GetResourceOwnerIdOk() (*string, bool)`
   115  
   116  GetResourceOwnerIdOk returns a tuple with the ResourceOwnerId field if it's non-nil, zero value otherwise
   117  and a boolean to check if the value has been set.
   118  
   119  ### SetResourceOwnerId
   120  
   121  `func (o *Video) SetResourceOwnerId(v string)`
   122  
   123  SetResourceOwnerId sets ResourceOwnerId field to given value.
   124  
   125  
   126  ### GetVideoName
   127  
   128  `func (o *Video) GetVideoName() string`
   129  
   130  GetVideoName returns the VideoName field if non-nil, zero value otherwise.
   131  
   132  ### GetVideoNameOk
   133  
   134  `func (o *Video) GetVideoNameOk() (*string, bool)`
   135  
   136  GetVideoNameOk returns a tuple with the VideoName field if it's non-nil, zero value otherwise
   137  and a boolean to check if the value has been set.
   138  
   139  ### SetVideoName
   140  
   141  `func (o *Video) SetVideoName(v string)`
   142  
   143  SetVideoName sets VideoName field to given value.
   144  
   145  ### HasVideoName
   146  
   147  `func (o *Video) HasVideoName() bool`
   148  
   149  HasVideoName returns a boolean if a field has been set.
   150  
   151  ### GetVideoDescription
   152  
   153  `func (o *Video) GetVideoDescription() string`
   154  
   155  GetVideoDescription returns the VideoDescription field if non-nil, zero value otherwise.
   156  
   157  ### GetVideoDescriptionOk
   158  
   159  `func (o *Video) GetVideoDescriptionOk() (*string, bool)`
   160  
   161  GetVideoDescriptionOk returns a tuple with the VideoDescription field if it's non-nil, zero value otherwise
   162  and a boolean to check if the value has been set.
   163  
   164  ### SetVideoDescription
   165  
   166  `func (o *Video) SetVideoDescription(v string)`
   167  
   168  SetVideoDescription sets VideoDescription field to given value.
   169  
   170  ### HasVideoDescription
   171  
   172  `func (o *Video) HasVideoDescription() bool`
   173  
   174  HasVideoDescription returns a boolean if a field has been set.
   175  
   176  ### GetEnabled
   177  
   178  `func (o *Video) GetEnabled() bool`
   179  
   180  GetEnabled returns the Enabled field if non-nil, zero value otherwise.
   181  
   182  ### GetEnabledOk
   183  
   184  `func (o *Video) GetEnabledOk() (*bool, bool)`
   185  
   186  GetEnabledOk returns a tuple with the Enabled field if it's non-nil, zero value otherwise
   187  and a boolean to check if the value has been set.
   188  
   189  ### SetEnabled
   190  
   191  `func (o *Video) SetEnabled(v bool)`
   192  
   193  SetEnabled sets Enabled field to given value.
   194  
   195  ### HasEnabled
   196  
   197  `func (o *Video) HasEnabled() bool`
   198  
   199  HasEnabled returns a boolean if a field has been set.
   200  
   201  ### GetCreatedAt
   202  
   203  `func (o *Video) GetCreatedAt() string`
   204  
   205  GetCreatedAt returns the CreatedAt field if non-nil, zero value otherwise.
   206  
   207  ### GetCreatedAtOk
   208  
   209  `func (o *Video) GetCreatedAtOk() (*string, bool)`
   210  
   211  GetCreatedAtOk returns a tuple with the CreatedAt field if it's non-nil, zero value otherwise
   212  and a boolean to check if the value has been set.
   213  
   214  ### SetCreatedAt
   215  
   216  `func (o *Video) SetCreatedAt(v string)`
   217  
   218  SetCreatedAt sets CreatedAt field to given value.
   219  
   220  
   221  ### GetUpdatedAt
   222  
   223  `func (o *Video) GetUpdatedAt() string`
   224  
   225  GetUpdatedAt returns the UpdatedAt field if non-nil, zero value otherwise.
   226  
   227  ### GetUpdatedAtOk
   228  
   229  `func (o *Video) GetUpdatedAtOk() (*string, bool)`
   230  
   231  GetUpdatedAtOk returns a tuple with the UpdatedAt field if it's non-nil, zero value otherwise
   232  and a boolean to check if the value has been set.
   233  
   234  ### SetUpdatedAt
   235  
   236  `func (o *Video) SetUpdatedAt(v string)`
   237  
   238  SetUpdatedAt sets UpdatedAt field to given value.
   239  
   240  
   241  
   242  [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
   243  
   244