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

Unmarshall() 공개 정적인 메소드

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

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

            return modifyImageAttributeResponse;
        }
ModifyImageAttributeResponseUnmarshaller