Class: TencentCloud::Dayu::V20180709::DescribeCCUrlAllowRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Dayu::V20180709::DescribeCCUrlAllowRequest
- Defined in:
- lib/v20180709/models.rb
Overview
DescribeCCUrlAllow请求参数结构体
Instance Attribute Summary collapse
-
#Business ⇒ Object
注意:此数组只能有一个值,且只能为white.
-
#Id ⇒ Object
注意:此数组只能有一个值,且只能为white.
-
#Limit ⇒ Object
注意:此数组只能有一个值,且只能为white.
-
#Offset ⇒ Object
注意:此数组只能有一个值,且只能为white.
-
#Protocol ⇒ Object
注意:此数组只能有一个值,且只能为white.
-
#Type ⇒ Object
注意:此数组只能有一个值,且只能为white.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(business = nil, id = nil, type = nil, limit = nil, offset = nil, protocol = nil) ⇒ DescribeCCUrlAllowRequest
constructor
A new instance of DescribeCCUrlAllowRequest.
Constructor Details
#initialize(business = nil, id = nil, type = nil, limit = nil, offset = nil, protocol = nil) ⇒ DescribeCCUrlAllowRequest
Returns a new instance of DescribeCCUrlAllowRequest.
3224 3225 3226 3227 3228 3229 3230 3231 |
# File 'lib/v20180709/models.rb', line 3224 def initialize(business=nil, id=nil, type=nil, limit=nil, offset=nil, protocol=nil) @Business = business @Id = id @Type = type @Limit = limit @Offset = offset @Protocol = protocol end |
Instance Attribute Details
#Business ⇒ Object
注意:此数组只能有一个值,且只能为white
3222 3223 3224 |
# File 'lib/v20180709/models.rb', line 3222 def Business @Business end |
#Id ⇒ Object
注意:此数组只能有一个值,且只能为white
3222 3223 3224 |
# File 'lib/v20180709/models.rb', line 3222 def Id @Id end |
#Limit ⇒ Object
注意:此数组只能有一个值,且只能为white
3222 3223 3224 |
# File 'lib/v20180709/models.rb', line 3222 def Limit @Limit end |
#Offset ⇒ Object
注意:此数组只能有一个值,且只能为white
3222 3223 3224 |
# File 'lib/v20180709/models.rb', line 3222 def Offset @Offset end |
#Protocol ⇒ Object
注意:此数组只能有一个值,且只能为white
3222 3223 3224 |
# File 'lib/v20180709/models.rb', line 3222 def Protocol @Protocol end |
#Type ⇒ Object
注意:此数组只能有一个值,且只能为white
3222 3223 3224 |
# File 'lib/v20180709/models.rb', line 3222 def Type @Type end |
Instance Method Details
#deserialize(params) ⇒ Object
3233 3234 3235 3236 3237 3238 3239 3240 |
# File 'lib/v20180709/models.rb', line 3233 def deserialize(params) @Business = params['Business'] @Id = params['Id'] @Type = params['Type'] @Limit = params['Limit'] @Offset = params['Offset'] @Protocol = params['Protocol'] end |