Aliyun.Acs.Ecs.Transform.V20140526.ModifyImageAttributeResponseUnmarshaller.Unmarshall C# (CSharp) Méthode

Unmarshall() public static méthode

public static Unmarshall ( UnmarshallerContext context ) : ModifyImageAttributeResponse
context UnmarshallerContext
Résultat ModifyImageAttributeResponse
        public static ModifyImageAttributeResponse Unmarshall(UnmarshallerContext context)
        {
            ModifyImageAttributeResponse modifyImageAttributeResponse = new ModifyImageAttributeResponse();

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

            return modifyImageAttributeResponse;
        }
ModifyImageAttributeResponseUnmarshaller