class TencentCloud::Sms::V20190711::DescribeSignListStatus
获取短信签名信息响应
Attributes
@param SignId: 签名Id @type SignId: Integer @param International: 是否国际/港澳台短信: 0:表示国内短信。 1:表示国际/港澳台短信。 @type International: Integer @param StatusCode: 申请签名状态。其中: 0:表示审核通过。 1:表示审核中。 -1:表示审核未通过或审核失败。 @type StatusCode: Integer @param ReviewReply: 审核回复,审核人员审核后给出的回复,通常是审核未通过的原因。 @type ReviewReply: String @param SignName: 签名名称。 @type SignName: String @param CreateTime: 提交审核时间,UNIX 时间戳(单位:秒)。 @type CreateTime: Integer
@param SignId: 签名Id @type SignId: Integer @param International: 是否国际/港澳台短信: 0:表示国内短信。 1:表示国际/港澳台短信。 @type International: Integer @param StatusCode: 申请签名状态。其中: 0:表示审核通过。 1:表示审核中。 -1:表示审核未通过或审核失败。 @type StatusCode: Integer @param ReviewReply: 审核回复,审核人员审核后给出的回复,通常是审核未通过的原因。 @type ReviewReply: String @param SignName: 签名名称。 @type SignName: String @param CreateTime: 提交审核时间,UNIX 时间戳(单位:秒)。 @type CreateTime: Integer
@param SignId: 签名Id @type SignId: Integer @param International: 是否国际/港澳台短信: 0:表示国内短信。 1:表示国际/港澳台短信。 @type International: Integer @param StatusCode: 申请签名状态。其中: 0:表示审核通过。 1:表示审核中。 -1:表示审核未通过或审核失败。 @type StatusCode: Integer @param ReviewReply: 审核回复,审核人员审核后给出的回复,通常是审核未通过的原因。 @type ReviewReply: String @param SignName: 签名名称。 @type SignName: String @param CreateTime: 提交审核时间,UNIX 时间戳(单位:秒)。 @type CreateTime: Integer
@param SignId: 签名Id @type SignId: Integer @param International: 是否国际/港澳台短信: 0:表示国内短信。 1:表示国际/港澳台短信。 @type International: Integer @param StatusCode: 申请签名状态。其中: 0:表示审核通过。 1:表示审核中。 -1:表示审核未通过或审核失败。 @type StatusCode: Integer @param ReviewReply: 审核回复,审核人员审核后给出的回复,通常是审核未通过的原因。 @type ReviewReply: String @param SignName: 签名名称。 @type SignName: String @param CreateTime: 提交审核时间,UNIX 时间戳(单位:秒)。 @type CreateTime: Integer
@param SignId: 签名Id @type SignId: Integer @param International: 是否国际/港澳台短信: 0:表示国内短信。 1:表示国际/港澳台短信。 @type International: Integer @param StatusCode: 申请签名状态。其中: 0:表示审核通过。 1:表示审核中。 -1:表示审核未通过或审核失败。 @type StatusCode: Integer @param ReviewReply: 审核回复,审核人员审核后给出的回复,通常是审核未通过的原因。 @type ReviewReply: String @param SignName: 签名名称。 @type SignName: String @param CreateTime: 提交审核时间,UNIX 时间戳(单位:秒)。 @type CreateTime: Integer
@param SignId: 签名Id @type SignId: Integer @param International: 是否国际/港澳台短信: 0:表示国内短信。 1:表示国际/港澳台短信。 @type International: Integer @param StatusCode: 申请签名状态。其中: 0:表示审核通过。 1:表示审核中。 -1:表示审核未通过或审核失败。 @type StatusCode: Integer @param ReviewReply: 审核回复,审核人员审核后给出的回复,通常是审核未通过的原因。 @type ReviewReply: String @param SignName: 签名名称。 @type SignName: String @param CreateTime: 提交审核时间,UNIX 时间戳(单位:秒)。 @type CreateTime: Integer
Public Class Methods
# File lib/v20190711/models.rb, line 442 def initialize(signid=nil, international=nil, statuscode=nil, reviewreply=nil, signname=nil, createtime=nil) @SignId = signid @International = international @StatusCode = statuscode @ReviewReply = reviewreply @SignName = signname @CreateTime = createtime end
Public Instance Methods
# File lib/v20190711/models.rb, line 451 def deserialize(params) @SignId = params['SignId'] @International = params['International'] @StatusCode = params['StatusCode'] @ReviewReply = params['ReviewReply'] @SignName = params['SignName'] @CreateTime = params['CreateTime'] end