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.



15889
15890
15891
15892
15893
# File 'lib/v20180801/models.rb', line 15889

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开始递增



15887
15888
15889
# File 'lib/v20180801/models.rb', line 15887

def Index
  @Index
end

#SourceUrlObject

Parameters:

  • TransitionType:

    转场名称

  • SourceUrl:

    素材url

  • Index:

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



15887
15888
15889
# File 'lib/v20180801/models.rb', line 15887

def SourceUrl
  @SourceUrl
end

#TransitionTypeObject

Parameters:

  • TransitionType:

    转场名称

  • SourceUrl:

    素材url

  • Index:

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



15887
15888
15889
# File 'lib/v20180801/models.rb', line 15887

def TransitionType
  @TransitionType
end

Instance Method Details

#deserialize(params) ⇒ Object



15895
15896
15897
15898
15899
# File 'lib/v20180801/models.rb', line 15895

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