C# Class COSXML.Model.CI.DescribeMediaBucketsRequest

提交视频审核任务
Inheritance: CIRequest
Show file Open project: tencentyun/qcloud-sdk-dotnet

Public Methods

Method Description
DescribeMediaBucketsRequest ( ) : System
SetBucketName ( string bucketName ) : void
SetBucketNames ( string bucketNames ) : void
SetPageNumber ( string pageNumber ) : void
SetPageSize ( string pageSize ) : void
SetRegions ( string regions ) : void

Method Details

DescribeMediaBucketsRequest() public method

public DescribeMediaBucketsRequest ( ) : System
return System

SetBucketName() public method

public SetBucketName ( string bucketName ) : void
bucketName string
return void

SetBucketNames() public method

public SetBucketNames ( string bucketNames ) : void
bucketNames string
return void

SetPageNumber() public method

public SetPageNumber ( string pageNumber ) : void
pageNumber string
return void

SetPageSize() public method

public SetPageSize ( string pageSize ) : void
pageSize string
return void

SetRegions() public method

public SetRegions ( string regions ) : void
regions string
return void