Aliyun.Acs.Ecs.Transform.V20140526.ModifyEipAddressAttributeResponseUnmarshaller.Unmarshall C# (CSharp) 메소드

Unmarshall() 공개 정적인 메소드

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

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

            return modifyEipAddressAttributeResponse;
        }
ModifyEipAddressAttributeResponseUnmarshaller