Class: TencentCloud::Zj::V20190121::GetCrowdPackListRequest

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

Overview

GetCrowdPackList请求参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(license = nil, offset = nil, limit = nil, name = nil, status = nil) ⇒ GetCrowdPackListRequest

Returns a new instance of GetCrowdPackListRequest.



990
991
992
993
994
995
996
# File 'lib/v20190121/models.rb', line 990

def initialize(license=nil, offset=nil, limit=nil, name=nil, status=nil)
  @License = license
  @Offset = offset
  @Limit = limit
  @Name = name
  @Status = status
end

Instance Attribute Details

#LicenseObject

Parameters:

  • License:

    商户证书

  • Offset:

    偏移量

  • Limit:

    限制返回数量

  • Name:

    人群包名称,用于过滤人群包

  • Status:

    人群包状态,默认-1,用于过滤人群包



988
989
990
# File 'lib/v20190121/models.rb', line 988

def License
  @License
end

#LimitObject

Parameters:

  • License:

    商户证书

  • Offset:

    偏移量

  • Limit:

    限制返回数量

  • Name:

    人群包名称,用于过滤人群包

  • Status:

    人群包状态,默认-1,用于过滤人群包



988
989
990
# File 'lib/v20190121/models.rb', line 988

def Limit
  @Limit
end

#NameObject

Parameters:

  • License:

    商户证书

  • Offset:

    偏移量

  • Limit:

    限制返回数量

  • Name:

    人群包名称,用于过滤人群包

  • Status:

    人群包状态,默认-1,用于过滤人群包



988
989
990
# File 'lib/v20190121/models.rb', line 988

def Name
  @Name
end

#OffsetObject

Parameters:

  • License:

    商户证书

  • Offset:

    偏移量

  • Limit:

    限制返回数量

  • Name:

    人群包名称,用于过滤人群包

  • Status:

    人群包状态,默认-1,用于过滤人群包



988
989
990
# File 'lib/v20190121/models.rb', line 988

def Offset
  @Offset
end

#StatusObject

Parameters:

  • License:

    商户证书

  • Offset:

    偏移量

  • Limit:

    限制返回数量

  • Name:

    人群包名称,用于过滤人群包

  • Status:

    人群包状态,默认-1,用于过滤人群包



988
989
990
# File 'lib/v20190121/models.rb', line 988

def Status
  @Status
end

Instance Method Details

#deserialize(params) ⇒ Object



998
999
1000
1001
1002
1003
1004
# File 'lib/v20190121/models.rb', line 998

def deserialize(params)
  @License = params['License']
  @Offset = params['Offset']
  @Limit = params['Limit']
  @Name = params['Name']
  @Status = params['Status']
end