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

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

public static Unmarshall ( UnmarshallerContext context ) : CreateDiskResponse
context UnmarshallerContext
Результат 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