Class: TencentCloud::Tdid::V20210519::Proof

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

Overview

验证凭证签名

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(created = nil, creator = nil, saltjson = nil, signaturevalue = nil, type = nil) ⇒ Proof

Returns a new instance of Proof.



562
563
564
565
566
567
568
# File 'lib/v20210519/models.rb', line 562

def initialize(created=nil, creator=nil, saltjson=nil, signaturevalue=nil, type=nil)
  @Created = created
  @Creator = creator
  @SaltJson = saltjson
  @SignatureValue = signaturevalue
  @Type = type
end

Instance Attribute Details

#CreatedObject

Parameters:

  • Created:

    创建时间

  • Creator:

    创建着did

  • SaltJson:

    salt值

  • SignatureValue:

    签名

  • Type:

    type类型



560
561
562
# File 'lib/v20210519/models.rb', line 560

def Created
  @Created
end

#CreatorObject

Parameters:

  • Created:

    创建时间

  • Creator:

    创建着did

  • SaltJson:

    salt值

  • SignatureValue:

    签名

  • Type:

    type类型



560
561
562
# File 'lib/v20210519/models.rb', line 560

def Creator
  @Creator
end

#SaltJsonObject

Parameters:

  • Created:

    创建时间

  • Creator:

    创建着did

  • SaltJson:

    salt值

  • SignatureValue:

    签名

  • Type:

    type类型



560
561
562
# File 'lib/v20210519/models.rb', line 560

def SaltJson
  @SaltJson
end

#SignatureValueObject

Parameters:

  • Created:

    创建时间

  • Creator:

    创建着did

  • SaltJson:

    salt值

  • SignatureValue:

    签名

  • Type:

    type类型



560
561
562
# File 'lib/v20210519/models.rb', line 560

def SignatureValue
  @SignatureValue
end

#TypeObject

Parameters:

  • Created:

    创建时间

  • Creator:

    创建着did

  • SaltJson:

    salt值

  • SignatureValue:

    签名

  • Type:

    type类型



560
561
562
# File 'lib/v20210519/models.rb', line 560

def Type
  @Type
end

Instance Method Details

#deserialize(params) ⇒ Object



570
571
572
573
574
575
576
# File 'lib/v20210519/models.rb', line 570

def deserialize(params)
  @Created = params['Created']
  @Creator = params['Creator']
  @SaltJson = params['SaltJson']
  @SignatureValue = params['SignatureValue']
  @Type = params['Type']
end