Class: TencentCloud::Live::V20180801::DescribeLiveDomainsRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Live::V20180801::DescribeLiveDomainsRequest
- Defined in:
- lib/v20180801/models.rb
Overview
DescribeLiveDomains请求参数结构体
Instance Attribute Summary collapse
-
#DomainPrefix ⇒ Object
1: 国内。 2: 全球。 3: 海外。.
-
#DomainStatus ⇒ Object
1: 国内。 2: 全球。 3: 海外。.
-
#DomainType ⇒ Object
1: 国内。 2: 全球。 3: 海外。.
-
#IsDelayLive ⇒ Object
1: 国内。 2: 全球。 3: 海外。.
-
#PageNum ⇒ Object
1: 国内。 2: 全球。 3: 海外。.
-
#PageSize ⇒ Object
1: 国内。 2: 全球。 3: 海外。.
-
#PlayType ⇒ Object
1: 国内。 2: 全球。 3: 海外。.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(domainstatus = nil, domaintype = nil, pagesize = nil, pagenum = nil, isdelaylive = nil, domainprefix = nil, playtype = nil) ⇒ DescribeLiveDomainsRequest
constructor
A new instance of DescribeLiveDomainsRequest.
Constructor Details
#initialize(domainstatus = nil, domaintype = nil, pagesize = nil, pagenum = nil, isdelaylive = nil, domainprefix = nil, playtype = nil) ⇒ DescribeLiveDomainsRequest
Returns a new instance of DescribeLiveDomainsRequest.
6921 6922 6923 6924 6925 6926 6927 6928 6929 |
# File 'lib/v20180801/models.rb', line 6921 def initialize(domainstatus=nil, domaintype=nil, pagesize=nil, pagenum=nil, isdelaylive=nil, domainprefix=nil, playtype=nil) @DomainStatus = domainstatus @DomainType = domaintype @PageSize = pagesize @PageNum = pagenum @IsDelayLive = isdelaylive @DomainPrefix = domainprefix @PlayType = playtype end |
Instance Attribute Details
#DomainPrefix ⇒ Object
1: 国内。2: 全球。3: 海外。
6919 6920 6921 |
# File 'lib/v20180801/models.rb', line 6919 def DomainPrefix @DomainPrefix end |
#DomainStatus ⇒ Object
1: 国内。2: 全球。3: 海外。
6919 6920 6921 |
# File 'lib/v20180801/models.rb', line 6919 def DomainStatus @DomainStatus end |
#DomainType ⇒ Object
1: 国内。2: 全球。3: 海外。
6919 6920 6921 |
# File 'lib/v20180801/models.rb', line 6919 def DomainType @DomainType end |
#IsDelayLive ⇒ Object
1: 国内。2: 全球。3: 海外。
6919 6920 6921 |
# File 'lib/v20180801/models.rb', line 6919 def IsDelayLive @IsDelayLive end |
#PageNum ⇒ Object
1: 国内。2: 全球。3: 海外。
6919 6920 6921 |
# File 'lib/v20180801/models.rb', line 6919 def PageNum @PageNum end |
#PageSize ⇒ Object
1: 国内。2: 全球。3: 海外。
6919 6920 6921 |
# File 'lib/v20180801/models.rb', line 6919 def PageSize @PageSize end |
#PlayType ⇒ Object
1: 国内。2: 全球。3: 海外。
6919 6920 6921 |
# File 'lib/v20180801/models.rb', line 6919 def PlayType @PlayType end |
Instance Method Details
#deserialize(params) ⇒ Object
6931 6932 6933 6934 6935 6936 6937 6938 6939 |
# File 'lib/v20180801/models.rb', line 6931 def deserialize(params) @DomainStatus = params['DomainStatus'] @DomainType = params['DomainType'] @PageSize = params['PageSize'] @PageNum = params['PageNum'] @IsDelayLive = params['IsDelayLive'] @DomainPrefix = params['DomainPrefix'] @PlayType = params['PlayType'] end |