Class: TencentCloud::Organization::V20210331::AuthRelationFile

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

Overview

野鹤实名互信申请证明文件

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(name = nil, url = nil) ⇒ AuthRelationFile

Returns a new instance of AuthRelationFile.



524
525
526
527
# File 'lib/v20210331/models.rb', line 524

def initialize(name=nil, url=nil)
  @Name = name
  @Url = url
end

Instance Attribute Details

#NameObject

Parameters:

  • Name:

    文件名。

  • Url:

    文件路径。



522
523
524
# File 'lib/v20210331/models.rb', line 522

def Name
  @Name
end

#UrlObject

Parameters:

  • Name:

    文件名。

  • Url:

    文件路径。



522
523
524
# File 'lib/v20210331/models.rb', line 522

def Url
  @Url
end

Instance Method Details

#deserialize(params) ⇒ Object



529
530
531
532
# File 'lib/v20210331/models.rb', line 529

def deserialize(params)
  @Name = params['Name']
  @Url = params['Url']
end