Skip to content

Latest commit

 

History

History
72 lines (39 loc) · 3.15 KB

CreateNetworkCameraQualityRetentionProfileRequestVideoSettingsMV12MV22MV72.md

File metadata and controls

72 lines (39 loc) · 3.15 KB

CreateNetworkCameraQualityRetentionProfileRequestVideoSettingsMV12MV22MV72

Properties

Name Type Description Notes
Quality string Quality of the camera. Can be one of 'Standard', 'Enhanced' or 'High'.
Resolution string Resolution of the camera. Can be one of '1280x720' or '1920x1080'.

Methods

NewCreateNetworkCameraQualityRetentionProfileRequestVideoSettingsMV12MV22MV72

func NewCreateNetworkCameraQualityRetentionProfileRequestVideoSettingsMV12MV22MV72(quality string, resolution string, ) *CreateNetworkCameraQualityRetentionProfileRequestVideoSettingsMV12MV22MV72

NewCreateNetworkCameraQualityRetentionProfileRequestVideoSettingsMV12MV22MV72 instantiates a new CreateNetworkCameraQualityRetentionProfileRequestVideoSettingsMV12MV22MV72 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

NewCreateNetworkCameraQualityRetentionProfileRequestVideoSettingsMV12MV22MV72WithDefaults

func NewCreateNetworkCameraQualityRetentionProfileRequestVideoSettingsMV12MV22MV72WithDefaults() *CreateNetworkCameraQualityRetentionProfileRequestVideoSettingsMV12MV22MV72

NewCreateNetworkCameraQualityRetentionProfileRequestVideoSettingsMV12MV22MV72WithDefaults instantiates a new CreateNetworkCameraQualityRetentionProfileRequestVideoSettingsMV12MV22MV72 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

GetQuality

func (o *CreateNetworkCameraQualityRetentionProfileRequestVideoSettingsMV12MV22MV72) GetQuality() string

GetQuality returns the Quality field if non-nil, zero value otherwise.

GetQualityOk

func (o *CreateNetworkCameraQualityRetentionProfileRequestVideoSettingsMV12MV22MV72) GetQualityOk() (*string, bool)

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

SetQuality

func (o *CreateNetworkCameraQualityRetentionProfileRequestVideoSettingsMV12MV22MV72) SetQuality(v string)

SetQuality sets Quality field to given value.

GetResolution

func (o *CreateNetworkCameraQualityRetentionProfileRequestVideoSettingsMV12MV22MV72) GetResolution() string

GetResolution returns the Resolution field if non-nil, zero value otherwise.

GetResolutionOk

func (o *CreateNetworkCameraQualityRetentionProfileRequestVideoSettingsMV12MV22MV72) GetResolutionOk() (*string, bool)

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

SetResolution

func (o *CreateNetworkCameraQualityRetentionProfileRequestVideoSettingsMV12MV22MV72) SetResolution(v string)

SetResolution sets Resolution field to given value.

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