Aliyun.Acs.Cdn.Transform.V20141111.ModifyPathCacheExpiredConfigResponseUnmarshaller.Unmarshall C# (CSharp) Method

Unmarshall() public static method

public static Unmarshall ( UnmarshallerContext context ) : ModifyPathCacheExpiredConfigResponse
context UnmarshallerContext
return ModifyPathCacheExpiredConfigResponse
        public static ModifyPathCacheExpiredConfigResponse Unmarshall(UnmarshallerContext context)
        {
            ModifyPathCacheExpiredConfigResponse modifyPathCacheExpiredConfigResponse = new ModifyPathCacheExpiredConfigResponse();

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

            return modifyPathCacheExpiredConfigResponse;
        }
ModifyPathCacheExpiredConfigResponseUnmarshaller