Class: TencentCloud::Apigateway::V20180808::DescribeUsagePlanEnvironmentsRequest

Inherits:
Common::AbstractModel
  • Object
show all
Defined in:
lib/v20180808/models.rb

Overview

DescribeUsagePlanEnvironments请求参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(usageplanid = nil, bindtype = nil, limit = nil, offset = nil) ⇒ DescribeUsagePlanEnvironmentsRequest



5918
5919
5920
5921
5922
5923
# File 'lib/v20180808/models.rb', line 5918

def initialize(usageplanid=nil, bindtype=nil, limit=nil, offset=nil)
  @UsagePlanId = usageplanid
  @BindType = bindtype
  @Limit = limit
  @Offset = offset
end

Instance Attribute Details

#BindTypeObject



5916
5917
5918
# File 'lib/v20180808/models.rb', line 5916

def BindType
  @BindType
end

#LimitObject



5916
5917
5918
# File 'lib/v20180808/models.rb', line 5916

def Limit
  @Limit
end

#OffsetObject



5916
5917
5918
# File 'lib/v20180808/models.rb', line 5916

def Offset
  @Offset
end

#UsagePlanIdObject



5916
5917
5918
# File 'lib/v20180808/models.rb', line 5916

def UsagePlanId
  @UsagePlanId
end

Instance Method Details

#deserialize(params) ⇒ Object



5925
5926
5927
5928
5929
5930
# File 'lib/v20180808/models.rb', line 5925

def deserialize(params)
  @UsagePlanId = params['UsagePlanId']
  @BindType = params['BindType']
  @Limit = params['Limit']
  @Offset = params['Offset']
end