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

Unmarshall() public static méthode

public static Unmarshall ( UnmarshallerContext context ) : ModifyHaVipAttributeResponse
context UnmarshallerContext
Résultat ModifyHaVipAttributeResponse
        public static ModifyHaVipAttributeResponse Unmarshall(UnmarshallerContext context)
        {
            ModifyHaVipAttributeResponse modifyHaVipAttributeResponse = new ModifyHaVipAttributeResponse();

            modifyHaVipAttributeResponse.HttpResponse = context.HttpResponse;
            modifyHaVipAttributeResponse.RequestId = context.StringValue("ModifyHaVipAttribute.RequestId");

            return modifyHaVipAttributeResponse;
        }
ModifyHaVipAttributeResponseUnmarshaller