class TencentCloud::Tcss::V20201101::DescribeImageAuthorizedInfoResponse

DescribeImageAuthorizedInfo返回参数结构体

def deserialize(params)

def deserialize(params)
  @TotalAuthorizedCnt = params['TotalAuthorizedCnt']
  @UsedAuthorizedCnt = params['UsedAuthorizedCnt']
  @ScannedImageCnt = params['ScannedImageCnt']
  @NotScannedImageCnt = params['NotScannedImageCnt']
  @NotScannedLocalImageCnt = params['NotScannedLocalImageCnt']
  @RequestId = params['RequestId']
end

def initialize(totalauthorizedcnt=nil, usedauthorizedcnt=nil, scannedimagecnt=nil, notscannedimagecnt=nil, notscannedlocalimagecnt=nil, requestid=nil)

def initialize(totalauthorizedcnt=nil, usedauthorizedcnt=nil, scannedimagecnt=nil, notscannedimagecnt=nil, notscannedlocalimagecnt=nil, requestid=nil)
  @TotalAuthorizedCnt = totalauthorizedcnt
  @UsedAuthorizedCnt = usedauthorizedcnt
  @ScannedImageCnt = scannedimagecnt
  @NotScannedImageCnt = notscannedimagecnt
  @NotScannedLocalImageCnt = notscannedlocalimagecnt
  @RequestId = requestid
end