Class: TencentCloud::Vcube::V20220410::XMagicResource
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Vcube::V20220410::XMagicResource
- Defined in:
- lib/v20220410/models.rb
Overview
优图美视资源包
Instance Attribute Summary collapse
-
#AppId ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#BizType ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#CreatedAt ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#Duration ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#EndTime ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#Expired ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#Id ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#IsUse ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#Name ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#Plan ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#ResourceId ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#StartTime ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#UpdatedAt ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#XMagic ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#XMagicType ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(id = nil, appid = nil, plan = nil, duration = nil, createdat = nil, updatedat = nil, xmagic = nil, starttime = nil, endtime = nil, expired = nil, name = nil, xmagictype = nil, biztype = nil, resourceid = nil, isuse = nil) ⇒ XMagicResource
constructor
A new instance of XMagicResource.
Constructor Details
#initialize(id = nil, appid = nil, plan = nil, duration = nil, createdat = nil, updatedat = nil, xmagic = nil, starttime = nil, endtime = nil, expired = nil, name = nil, xmagictype = nil, biztype = nil, resourceid = nil, isuse = nil) ⇒ XMagicResource
Returns a new instance of XMagicResource.
2582 2583 2584 2585 2586 2587 2588 2589 2590 2591 2592 2593 2594 2595 2596 2597 2598 |
# File 'lib/v20220410/models.rb', line 2582 def initialize(id=nil, appid=nil, plan=nil, duration=nil, createdat=nil, updatedat=nil, xmagic=nil, starttime=nil, endtime=nil, expired=nil, name=nil, xmagictype=nil, biztype=nil, resourceid=nil, isuse=nil) @Id = id @AppId = appid @Plan = plan @Duration = duration @CreatedAt = createdat @UpdatedAt = updatedat @XMagic = xmagic @StartTime = starttime @EndTime = endtime @Expired = expired @Name = name @XMagicType = xmagictype @BizType = biztype @ResourceId = resourceid @IsUse = isuse end |
Instance Attribute Details
#AppId ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
2580 2581 2582 |
# File 'lib/v20220410/models.rb', line 2580 def AppId @AppId end |
#BizType ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
2580 2581 2582 |
# File 'lib/v20220410/models.rb', line 2580 def BizType @BizType end |
#CreatedAt ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
2580 2581 2582 |
# File 'lib/v20220410/models.rb', line 2580 def CreatedAt @CreatedAt end |
#Duration ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
2580 2581 2582 |
# File 'lib/v20220410/models.rb', line 2580 def Duration @Duration end |
#EndTime ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
2580 2581 2582 |
# File 'lib/v20220410/models.rb', line 2580 def EndTime @EndTime end |
#Expired ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
2580 2581 2582 |
# File 'lib/v20220410/models.rb', line 2580 def Expired @Expired end |
#Id ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
2580 2581 2582 |
# File 'lib/v20220410/models.rb', line 2580 def Id @Id end |
#IsUse ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
2580 2581 2582 |
# File 'lib/v20220410/models.rb', line 2580 def IsUse @IsUse end |
#Name ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
2580 2581 2582 |
# File 'lib/v20220410/models.rb', line 2580 def Name @Name end |
#Plan ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
2580 2581 2582 |
# File 'lib/v20220410/models.rb', line 2580 def Plan @Plan end |
#ResourceId ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
2580 2581 2582 |
# File 'lib/v20220410/models.rb', line 2580 def ResourceId @ResourceId end |
#StartTime ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
2580 2581 2582 |
# File 'lib/v20220410/models.rb', line 2580 def StartTime @StartTime end |
#UpdatedAt ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
2580 2581 2582 |
# File 'lib/v20220410/models.rb', line 2580 def UpdatedAt @UpdatedAt end |
#XMagic ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
2580 2581 2582 |
# File 'lib/v20220410/models.rb', line 2580 def XMagic @XMagic end |
#XMagicType ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
2580 2581 2582 |
# File 'lib/v20220410/models.rb', line 2580 def XMagicType @XMagicType end |
Instance Method Details
#deserialize(params) ⇒ Object
2600 2601 2602 2603 2604 2605 2606 2607 2608 2609 2610 2611 2612 2613 2614 2615 2616 |
# File 'lib/v20220410/models.rb', line 2600 def deserialize(params) @Id = params['Id'] @AppId = params['AppId'] @Plan = params['Plan'] @Duration = params['Duration'] @CreatedAt = params['CreatedAt'] @UpdatedAt = params['UpdatedAt'] @XMagic = params['XMagic'] @StartTime = params['StartTime'] @EndTime = params['EndTime'] @Expired = params['Expired'] @Name = params['Name'] @XMagicType = params['XMagicType'] @BizType = params['BizType'] @ResourceId = params['ResourceId'] @IsUse = params['IsUse'] end |