class TencentCloud::Trtc::V20190722::CreatePictureRequest
CreatePicture请求参数结构体
Attributes
@param SdkAppId: 应用id @type SdkAppId: Integer @param Content: 图片内容经base64编码后的string格式 @type Content: String @param Suffix: 图片后缀名 @type Suffix: String @param Height: 图片长度 @type Height: Integer @param Width: 图片宽度 @type Width: Integer @param XPosition: 显示位置x轴方向 @type XPosition: Integer @param YPosition: 显示位置y轴方向 @type YPosition: Integer
@param SdkAppId: 应用id @type SdkAppId: Integer @param Content: 图片内容经base64编码后的string格式 @type Content: String @param Suffix: 图片后缀名 @type Suffix: String @param Height: 图片长度 @type Height: Integer @param Width: 图片宽度 @type Width: Integer @param XPosition: 显示位置x轴方向 @type XPosition: Integer @param YPosition: 显示位置y轴方向 @type YPosition: Integer
@param SdkAppId: 应用id @type SdkAppId: Integer @param Content: 图片内容经base64编码后的string格式 @type Content: String @param Suffix: 图片后缀名 @type Suffix: String @param Height: 图片长度 @type Height: Integer @param Width: 图片宽度 @type Width: Integer @param XPosition: 显示位置x轴方向 @type XPosition: Integer @param YPosition: 显示位置y轴方向 @type YPosition: Integer
@param SdkAppId: 应用id @type SdkAppId: Integer @param Content: 图片内容经base64编码后的string格式 @type Content: String @param Suffix: 图片后缀名 @type Suffix: String @param Height: 图片长度 @type Height: Integer @param Width: 图片宽度 @type Width: Integer @param XPosition: 显示位置x轴方向 @type XPosition: Integer @param YPosition: 显示位置y轴方向 @type YPosition: Integer
@param SdkAppId: 应用id @type SdkAppId: Integer @param Content: 图片内容经base64编码后的string格式 @type Content: String @param Suffix: 图片后缀名 @type Suffix: String @param Height: 图片长度 @type Height: Integer @param Width: 图片宽度 @type Width: Integer @param XPosition: 显示位置x轴方向 @type XPosition: Integer @param YPosition: 显示位置y轴方向 @type YPosition: Integer
@param SdkAppId: 应用id @type SdkAppId: Integer @param Content: 图片内容经base64编码后的string格式 @type Content: String @param Suffix: 图片后缀名 @type Suffix: String @param Height: 图片长度 @type Height: Integer @param Width: 图片宽度 @type Width: Integer @param XPosition: 显示位置x轴方向 @type XPosition: Integer @param YPosition: 显示位置y轴方向 @type YPosition: Integer
@param SdkAppId: 应用id @type SdkAppId: Integer @param Content: 图片内容经base64编码后的string格式 @type Content: String @param Suffix: 图片后缀名 @type Suffix: String @param Height: 图片长度 @type Height: Integer @param Width: 图片宽度 @type Width: Integer @param XPosition: 显示位置x轴方向 @type XPosition: Integer @param YPosition: 显示位置y轴方向 @type YPosition: Integer
Public Class Methods
# File lib/v20190722/models.rb, line 99 def initialize(sdkappid=nil, content=nil, suffix=nil, height=nil, width=nil, xposition=nil, yposition=nil) @SdkAppId = sdkappid @Content = content @Suffix = suffix @Height = height @Width = width @XPosition = xposition @YPosition = yposition end
Public Instance Methods
# File lib/v20190722/models.rb, line 109 def deserialize(params) @SdkAppId = params['SdkAppId'] @Content = params['Content'] @Suffix = params['Suffix'] @Height = params['Height'] @Width = params['Width'] @XPosition = params['XPosition'] @YPosition = params['YPosition'] end