/// <summary>
 /// Filter encodings to only show the ones with the cloudRegion specified.
 /// </summary>
 public ListQueryParams CloudRegion(Models.CloudRegion cloudRegion) => SetQueryParam("cloudRegion", cloudRegion);
Esempio n. 2
0
 /// <summary>
 /// Filter encodings to only show the ones with the selectedCloudRegion specified which was selected when cloudregion:AUTO was set
 /// </summary>
 public ListQueryParams SelectedCloudRegion(Models.CloudRegion selectedCloudRegion) => SetQueryParam("selectedCloudRegion", selectedCloudRegion);