Class: TencentCloud::Live::V20180801::TransitionTypeInfo

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

Overview

转场信息

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(transitiontype = nil, sourceurl = nil, index = nil) ⇒ TransitionTypeInfo

Returns a new instance of TransitionTypeInfo.



15785
15786
15787
15788
15789
# File 'lib/v20180801/models.rb', line 15785

def initialize(transitiontype=nil, sourceurl=nil, index=nil)
  @TransitionType = transitiontype
  @SourceUrl = sourceurl
  @Index = index
end

Instance Attribute Details

#IndexObject

Parameters:

  • TransitionType:

    转场名称

  • SourceUrl:

    素材url

  • Index:

    转场的下标,可用来排序,从1开始递增



15783
15784
15785
# File 'lib/v20180801/models.rb', line 15783

def Index
  @Index
end

#SourceUrlObject

Parameters:

  • TransitionType:

    转场名称

  • SourceUrl:

    素材url

  • Index:

    转场的下标,可用来排序,从1开始递增



15783
15784
15785
# File 'lib/v20180801/models.rb', line 15783

def SourceUrl
  @SourceUrl
end

#TransitionTypeObject

Parameters:

  • TransitionType:

    转场名称

  • SourceUrl:

    素材url

  • Index:

    转场的下标,可用来排序,从1开始递增



15783
15784
15785
# File 'lib/v20180801/models.rb', line 15783

def TransitionType
  @TransitionType
end

Instance Method Details

#deserialize(params) ⇒ Object



15791
15792
15793
15794
15795
# File 'lib/v20180801/models.rb', line 15791

def deserialize(params)
  @TransitionType = params['TransitionType']
  @SourceUrl = params['SourceUrl']
  @Index = params['Index']
end