Class: TencentCloud::Oceanus::V20190422::GatewayRefItem
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Oceanus::V20190422::GatewayRefItem
- Defined in:
- lib/v20190422/models.rb
Overview
Gateway引用资源信息
Instance Attribute Summary collapse
-
#ResourceId ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#Type ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#Version ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#WorkspaceId ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(workspaceid = nil, resourceid = nil, version = nil, type = nil) ⇒ GatewayRefItem
constructor
A new instance of GatewayRefItem.
Constructor Details
#initialize(workspaceid = nil, resourceid = nil, version = nil, type = nil) ⇒ GatewayRefItem
Returns a new instance of GatewayRefItem.
3289 3290 3291 3292 3293 3294 |
# File 'lib/v20190422/models.rb', line 3289 def initialize(workspaceid=nil, resourceid=nil, version=nil, type=nil) @WorkspaceId = workspaceid @ResourceId = resourceid @Version = version @Type = type end |
Instance Attribute Details
#ResourceId ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。
3287 3288 3289 |
# File 'lib/v20190422/models.rb', line 3287 def ResourceId @ResourceId end |
#Type ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。
3287 3288 3289 |
# File 'lib/v20190422/models.rb', line 3287 def Type @Type end |
#Version ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。
3287 3288 3289 |
# File 'lib/v20190422/models.rb', line 3287 def Version @Version end |
#WorkspaceId ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。
3287 3288 3289 |
# File 'lib/v20190422/models.rb', line 3287 def WorkspaceId @WorkspaceId end |
Instance Method Details
#deserialize(params) ⇒ Object
3296 3297 3298 3299 3300 3301 |
# File 'lib/v20190422/models.rb', line 3296 def deserialize(params) @WorkspaceId = params['WorkspaceId'] @ResourceId = params['ResourceId'] @Version = params['Version'] @Type = params['Type'] end |