Class: TencentCloud::Ess::V20201111::DescribeOrganizationGroupOrganizationsResponse

Inherits:
Common::AbstractModel
  • Object
show all
Extended by:
Gem::Deprecate
Defined in:
lib/v20201111/models.rb

Overview

DescribeOrganizationGroupOrganizations返回参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(total = nil, joinedtotal = nil, activedtotal = nil, exporturl = nil, list = nil, activatedtotal = nil, requestid = nil) ⇒ DescribeOrganizationGroupOrganizationsResponse

Returns a new instance of DescribeOrganizationGroupOrganizationsResponse.



11270
11271
11272
11273
11274
11275
11276
11277
11278
# File 'lib/v20201111/models.rb', line 11270

def initialize(total=nil, joinedtotal=nil, activedtotal=nil, exporturl=nil, list=nil, activatedtotal=nil, requestid=nil)
  @Total = total
  @JoinedTotal = joinedtotal
  @ActivedTotal = activedtotal
  @ExportUrl = exporturl
  @List = list
  @ActivatedTotal = activatedtotal
  @RequestId = requestid
end

Instance Attribute Details

#ActivatedTotalObject

Parameters:

  • Total:

    符合查询条件的资源实例总数量。

  • JoinedTotal:

    已授权待激活的子企业总数量

  • ActivedTotal:

    已加入的企业数量(废弃,请使用ActivatedTotal)

  • ExportUrl:

    如果入参Export为 true 时使用,表示导出Excel的url

  • List:

    成员企业信息列表

  • ActivatedTotal:

    已加入的子企业总数量

  • RequestId:

    唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。



11265
11266
11267
# File 'lib/v20201111/models.rb', line 11265

def ActivatedTotal
  @ActivatedTotal
end

#ActivedTotalObject

Parameters:

  • Total:

    符合查询条件的资源实例总数量。

  • JoinedTotal:

    已授权待激活的子企业总数量

  • ActivedTotal:

    已加入的企业数量(废弃,请使用ActivatedTotal)

  • ExportUrl:

    如果入参Export为 true 时使用,表示导出Excel的url

  • List:

    成员企业信息列表

  • ActivatedTotal:

    已加入的子企业总数量

  • RequestId:

    唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。



11265
11266
11267
# File 'lib/v20201111/models.rb', line 11265

def ActivedTotal
  @ActivedTotal
end

#ExportUrlObject

Parameters:

  • Total:

    符合查询条件的资源实例总数量。

  • JoinedTotal:

    已授权待激活的子企业总数量

  • ActivedTotal:

    已加入的企业数量(废弃,请使用ActivatedTotal)

  • ExportUrl:

    如果入参Export为 true 时使用,表示导出Excel的url

  • List:

    成员企业信息列表

  • ActivatedTotal:

    已加入的子企业总数量

  • RequestId:

    唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。



11265
11266
11267
# File 'lib/v20201111/models.rb', line 11265

def ExportUrl
  @ExportUrl
end

#JoinedTotalObject

Parameters:

  • Total:

    符合查询条件的资源实例总数量。

  • JoinedTotal:

    已授权待激活的子企业总数量

  • ActivedTotal:

    已加入的企业数量(废弃,请使用ActivatedTotal)

  • ExportUrl:

    如果入参Export为 true 时使用,表示导出Excel的url

  • List:

    成员企业信息列表

  • ActivatedTotal:

    已加入的子企业总数量

  • RequestId:

    唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。



11265
11266
11267
# File 'lib/v20201111/models.rb', line 11265

def JoinedTotal
  @JoinedTotal
end

#ListObject

Parameters:

  • Total:

    符合查询条件的资源实例总数量。

  • JoinedTotal:

    已授权待激活的子企业总数量

  • ActivedTotal:

    已加入的企业数量(废弃,请使用ActivatedTotal)

  • ExportUrl:

    如果入参Export为 true 时使用,表示导出Excel的url

  • List:

    成员企业信息列表

  • ActivatedTotal:

    已加入的子企业总数量

  • RequestId:

    唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。



11265
11266
11267
# File 'lib/v20201111/models.rb', line 11265

def List
  @List
end

#RequestIdObject

Parameters:

  • Total:

    符合查询条件的资源实例总数量。

  • JoinedTotal:

    已授权待激活的子企业总数量

  • ActivedTotal:

    已加入的企业数量(废弃,请使用ActivatedTotal)

  • ExportUrl:

    如果入参Export为 true 时使用,表示导出Excel的url

  • List:

    成员企业信息列表

  • ActivatedTotal:

    已加入的子企业总数量

  • RequestId:

    唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。



11265
11266
11267
# File 'lib/v20201111/models.rb', line 11265

def RequestId
  @RequestId
end

#TotalObject

Parameters:

  • Total:

    符合查询条件的资源实例总数量。

  • JoinedTotal:

    已授权待激活的子企业总数量

  • ActivedTotal:

    已加入的企业数量(废弃,请使用ActivatedTotal)

  • ExportUrl:

    如果入参Export为 true 时使用,表示导出Excel的url

  • List:

    成员企业信息列表

  • ActivatedTotal:

    已加入的子企业总数量

  • RequestId:

    唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。



11265
11266
11267
# File 'lib/v20201111/models.rb', line 11265

def Total
  @Total
end

Instance Method Details

#deserialize(params) ⇒ Object



11280
11281
11282
11283
11284
11285
11286
11287
11288
11289
11290
11291
11292
11293
11294
11295
# File 'lib/v20201111/models.rb', line 11280

def deserialize(params)
  @Total = params['Total']
  @JoinedTotal = params['JoinedTotal']
  @ActivedTotal = params['ActivedTotal']
  @ExportUrl = params['ExportUrl']
  unless params['List'].nil?
    @List = []
    params['List'].each do |i|
      grouporganization_tmp = GroupOrganization.new
      grouporganization_tmp.deserialize(i)
      @List << grouporganization_tmp
    end
  end
  @ActivatedTotal = params['ActivatedTotal']
  @RequestId = params['RequestId']
end