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

Unmarshall() public static method

public static Unmarshall ( UnmarshallerContext context ) : ModifyImageAttributeResponse
context UnmarshallerContext
return ModifyImageAttributeResponse
        public static ModifyImageAttributeResponse Unmarshall(UnmarshallerContext context)
        {
            ModifyImageAttributeResponse modifyImageAttributeResponse = new ModifyImageAttributeResponse();

            modifyImageAttributeResponse.HttpResponse = context.HttpResponse;
            modifyImageAttributeResponse.RequestId = context.StringValue("ModifyImageAttribute.RequestId");

            return modifyImageAttributeResponse;
        }
ModifyImageAttributeResponseUnmarshaller