Aliyun.Acs.Cdn.Transform.V20141111.SetPathCacheExpiredConfigResponseUnmarshaller.Unmarshall C# (CSharp) 메소드

Unmarshall() 공개 정적인 메소드

public static Unmarshall ( UnmarshallerContext context ) : SetPathCacheExpiredConfigResponse
context UnmarshallerContext
리턴 SetPathCacheExpiredConfigResponse
        public static SetPathCacheExpiredConfigResponse Unmarshall(UnmarshallerContext context)
        {
            SetPathCacheExpiredConfigResponse setPathCacheExpiredConfigResponse = new SetPathCacheExpiredConfigResponse();

            setPathCacheExpiredConfigResponse.HttpResponse = context.HttpResponse;
            setPathCacheExpiredConfigResponse.RequestId = context.StringValue("SetPathCacheExpiredConfig.RequestId");

            return setPathCacheExpiredConfigResponse;
        }
SetPathCacheExpiredConfigResponseUnmarshaller