Aliyun.Acs.Ecs.Transform.V20140526.ResizeDiskResponseUnmarshaller.Unmarshall C# (CSharp) Метод

Unmarshall() публичный статический Метод

public static Unmarshall ( UnmarshallerContext context ) : ResizeDiskResponse
context UnmarshallerContext
Результат ResizeDiskResponse
        public static ResizeDiskResponse Unmarshall(UnmarshallerContext context)
        {
            ResizeDiskResponse resizeDiskResponse = new ResizeDiskResponse();

            resizeDiskResponse.HttpResponse = context.HttpResponse;
            resizeDiskResponse.RequestId = context.StringValue("ResizeDisk.RequestId");

            return resizeDiskResponse;
        }
ResizeDiskResponseUnmarshaller