class TencentCloud::Cfs::V20190719::CreateCfsSnapshotResponse
CreateCfsSnapshot返回参数结构体
def deserialize(params)
def deserialize(params) @SnapshotId = params['SnapshotId'] @RequestId = params['RequestId'] end
def initialize(snapshotid=nil, requestid=nil)
def initialize(snapshotid=nil, requestid=nil) @SnapshotId = snapshotid @RequestId = requestid end