Class: TencentCloud::Cme::V20191029::PlatformInfo

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

Overview

平台信息。

Instance Attribute Summary collapse

  • #Description ⇒ Object
  • Normal:正常,可使用。;
  • Stopped:已停用,暂无法使用;
  • Expired:已过期,需要重新购买会员包。
  • .
  • #LicenseId ⇒ Object
  • Normal:正常,可使用。;
  • Stopped:已停用,暂无法使用;
  • Expired:已过期,需要重新购买会员包。
  • .
  • #Platform ⇒ Object
  • Normal:正常,可使用。;
  • Stopped:已停用,暂无法使用;
  • Expired:已过期,需要重新购买会员包。
  • .
  • #Status ⇒ Object
  • Normal:正常,可使用。;
  • Stopped:已停用,暂无法使用;
  • Expired:已过期,需要重新购买会员包。
  • .
  • #UpdateTime ⇒ Object
  • Normal:正常,可使用。;
  • Stopped:已停用,暂无法使用;
  • Expired:已过期,需要重新购买会员包。
  • .
  • #VodSubAppId ⇒ Object
  • Normal:正常,可使用。;
  • Stopped:已停用,暂无法使用;
  • Expired:已过期,需要重新购买会员包。
  • .

    Instance Method Summary collapse

    Constructor Details

    #initialize(platform = nil, description = nil, vodsubappid = nil, licenseid = nil, status = nil, createtime = nil, updatetime = nil) ⇒ PlatformInfo

    Returns a new instance of PlatformInfo.

    
    
    5004
    5005
    5006
    5007
    5008
    5009
    5010
    5011
    5012
    # File 'lib/v20191029/models.rb', line 5004
    
    def initialize(platform=nil, description=nil, vodsubappid=nil, licenseid=nil, status=nil, createtime=nil, updatetime=nil)
      @Platform = platform
      @Description = description
      @VodSubAppId = vodsubappid
      @LicenseId = licenseid
      @Status = status
      @CreateTime = createtime
      @UpdateTime = updatetime
    end

    Instance Attribute Details

    #CreateTimeObject

  • Normal:正常,可使用。;
  • Stopped:已停用,暂无法使用;
  • Expired:已过期,需要重新购买会员包。
  • Parameters:

    • 平台标识。

    • 平台描述。

    • 云点播子应用 Id。

    • 平台绑定的 license Id。

    • 平台状态,可取值为:

    • 创建时间,格式按照 ISO 8601 标准表示。

    • 更新时间,格式按照 ISO 8601 标准表示。

    
    
    5002
    5003
    5004
    # File 'lib/v20191029/models.rb', line 5002
    
    def CreateTime
      @CreateTime
    end

    #DescriptionObject

  • Normal:正常,可使用。;
  • Stopped:已停用,暂无法使用;
  • Expired:已过期,需要重新购买会员包。
  • Parameters:

    • 平台标识。

    • 平台描述。

    • 云点播子应用 Id。

    • 平台绑定的 license Id。

    • 平台状态,可取值为:

    • 创建时间,格式按照 ISO 8601 标准表示。

    • 更新时间,格式按照 ISO 8601 标准表示。

    
    
    5002
    5003
    5004
    # File 'lib/v20191029/models.rb', line 5002
    
    def Description
      @Description
    end

    #LicenseIdObject

  • Normal:正常,可使用。;
  • Stopped:已停用,暂无法使用;
  • Expired:已过期,需要重新购买会员包。
  • Parameters:

    • 平台标识。

    • 平台描述。

    • 云点播子应用 Id。

    • 平台绑定的 license Id。

    • 平台状态,可取值为:

    • 创建时间,格式按照 ISO 8601 标准表示。

    • 更新时间,格式按照 ISO 8601 标准表示。

    
    
    5002
    5003
    5004
    # File 'lib/v20191029/models.rb', line 5002
    
    def LicenseId
      @LicenseId
    end

    #PlatformObject

  • Normal:正常,可使用。;
  • Stopped:已停用,暂无法使用;
  • Expired:已过期,需要重新购买会员包。
  • Parameters:

    • 平台标识。

    • 平台描述。

    • 云点播子应用 Id。

    • 平台绑定的 license Id。

    • 平台状态,可取值为:

    • 创建时间,格式按照 ISO 8601 标准表示。

    • 更新时间,格式按照 ISO 8601 标准表示。

    
    
    5002
    5003
    5004
    # File 'lib/v20191029/models.rb', line 5002
    
    def Platform
      @Platform
    end

    #StatusObject

  • Normal:正常,可使用。;
  • Stopped:已停用,暂无法使用;
  • Expired:已过期,需要重新购买会员包。
  • Parameters:

    • 平台标识。

    • 平台描述。

    • 云点播子应用 Id。

    • 平台绑定的 license Id。

    • 平台状态,可取值为:

    • 创建时间,格式按照 ISO 8601 标准表示。

    • 更新时间,格式按照 ISO 8601 标准表示。

    
    
    5002
    5003
    5004
    # File 'lib/v20191029/models.rb', line 5002
    
    def Status
      @Status
    end

    #UpdateTimeObject

  • Normal:正常,可使用。;
  • Stopped:已停用,暂无法使用;
  • Expired:已过期,需要重新购买会员包。
  • Parameters:

    • 平台标识。

    • 平台描述。

    • 云点播子应用 Id。

    • 平台绑定的 license Id。

    • 平台状态,可取值为:

    • 创建时间,格式按照 ISO 8601 标准表示。

    • 更新时间,格式按照 ISO 8601 标准表示。

    
    
    5002
    5003
    5004
    # File 'lib/v20191029/models.rb', line 5002
    
    def UpdateTime
      @UpdateTime
    end

    #VodSubAppIdObject

  • Normal:正常,可使用。;
  • Stopped:已停用,暂无法使用;
  • Expired:已过期,需要重新购买会员包。
  • Parameters:

    • 平台标识。

    • 平台描述。

    • 云点播子应用 Id。

    • 平台绑定的 license Id。

    • 平台状态,可取值为:

    • 创建时间,格式按照 ISO 8601 标准表示。

    • 更新时间,格式按照 ISO 8601 标准表示。

    
    
    5002
    5003
    5004
    # File 'lib/v20191029/models.rb', line 5002
    
    def VodSubAppId
      @VodSubAppId
    end

    Instance Method Details

    #deserialize(params) ⇒ Object

    
    
    5014
    5015
    5016
    5017
    5018
    5019
    5020
    5021
    5022
    # File 'lib/v20191029/models.rb', line 5014
    
    def deserialize(params)
      @Platform = params['Platform']
      @Description = params['Description']
      @VodSubAppId = params['VodSubAppId']
      @LicenseId = params['LicenseId']
      @Status = params['Status']
      @CreateTime = params['CreateTime']
      @UpdateTime = params['UpdateTime']
    end