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