Aliyun.Acs.Ecs.Transform.V20140526.CreateDiskResponseUnmarshaller.Unmarshall C# (CSharp) Method

Unmarshall() public static method

public static Unmarshall ( UnmarshallerContext context ) : CreateDiskResponse
context UnmarshallerContext
return CreateDiskResponse
        public static CreateDiskResponse Unmarshall(UnmarshallerContext context)
        {
            CreateDiskResponse createDiskResponse = new CreateDiskResponse();

            createDiskResponse.HttpResponse = context.HttpResponse;
            createDiskResponse.RequestId = context.StringValue("CreateDisk.RequestId");
            createDiskResponse.DiskId = context.StringValue("CreateDisk.DiskId");

            return createDiskResponse;
        }
CreateDiskResponseUnmarshaller