Aliyun.Acs.Cdn.Transform.V20141111.ModifyPathCacheExpiredConfigResponseUnmarshaller.Unmarshall C# (CSharp) Méthode

Unmarshall() public static méthode

public static Unmarshall ( UnmarshallerContext context ) : ModifyPathCacheExpiredConfigResponse
context UnmarshallerContext
Résultat ModifyPathCacheExpiredConfigResponse
        public static ModifyPathCacheExpiredConfigResponse Unmarshall(UnmarshallerContext context)
        {
            ModifyPathCacheExpiredConfigResponse modifyPathCacheExpiredConfigResponse = new ModifyPathCacheExpiredConfigResponse();

            modifyPathCacheExpiredConfigResponse.HttpResponse = context.HttpResponse;
            modifyPathCacheExpiredConfigResponse.RequestId = context.StringValue("ModifyPathCacheExpiredConfig.RequestId");

            return modifyPathCacheExpiredConfigResponse;
        }
ModifyPathCacheExpiredConfigResponseUnmarshaller