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

Unmarshall() public static method

public static Unmarshall ( UnmarshallerContext context ) : ForbidLiveStreamResponse
context UnmarshallerContext
return ForbidLiveStreamResponse
        public static ForbidLiveStreamResponse Unmarshall(UnmarshallerContext context)
        {
            ForbidLiveStreamResponse forbidLiveStreamResponse = new ForbidLiveStreamResponse();

            forbidLiveStreamResponse.HttpResponse = context.HttpResponse;
            forbidLiveStreamResponse.RequestId = context.StringValue("ForbidLiveStream.RequestId");

            return forbidLiveStreamResponse;
        }
ForbidLiveStreamResponseUnmarshaller