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

Unmarshall() public static method

public static Unmarshall ( UnmarshallerContext context ) : AllocateEipAddressResponse
context UnmarshallerContext
return Aliyun.Acs.Ecs.Model.V20140526.AllocateEipAddressResponse
        public static AllocateEipAddressResponse Unmarshall(UnmarshallerContext context)
        {
            AllocateEipAddressResponse allocateEipAddressResponse = new AllocateEipAddressResponse();

            allocateEipAddressResponse.HttpResponse = context.HttpResponse;
            allocateEipAddressResponse.RequestId = context.StringValue("AllocateEipAddress.RequestId");
            allocateEipAddressResponse.AllocationId = context.StringValue("AllocateEipAddress.AllocationId");
            allocateEipAddressResponse.EipAddress = context.StringValue("AllocateEipAddress.EipAddress");

            return allocateEipAddressResponse;
        }
AllocateEipAddressResponseUnmarshaller