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

Unmarshall() public static method

public static Unmarshall ( UnmarshallerContext context ) : ReleasePublicIpAddressResponse
context UnmarshallerContext
return ReleasePublicIpAddressResponse
        public static ReleasePublicIpAddressResponse Unmarshall(UnmarshallerContext context)
        {
            ReleasePublicIpAddressResponse releasePublicIpAddressResponse = new ReleasePublicIpAddressResponse();

            releasePublicIpAddressResponse.HttpResponse = context.HttpResponse;
            releasePublicIpAddressResponse.RequestId = context.StringValue("ReleasePublicIpAddress.RequestId");

            return releasePublicIpAddressResponse;
        }
ReleasePublicIpAddressResponseUnmarshaller