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

Unmarshall() public static method

public static Unmarshall ( UnmarshallerContext context ) : ModifyEipAddressAttributeResponse
context UnmarshallerContext
return ModifyEipAddressAttributeResponse
        public static ModifyEipAddressAttributeResponse Unmarshall(UnmarshallerContext context)
        {
            ModifyEipAddressAttributeResponse modifyEipAddressAttributeResponse = new ModifyEipAddressAttributeResponse();

            modifyEipAddressAttributeResponse.HttpResponse = context.HttpResponse;
            modifyEipAddressAttributeResponse.RequestId = context.StringValue("ModifyEipAddressAttribute.RequestId");

            return modifyEipAddressAttributeResponse;
        }
ModifyEipAddressAttributeResponseUnmarshaller