Aliyun.Acs.Cdn.Transform.V20141111.DeleteLivePullStreamInfoResponseUnmarshaller.Unmarshall C# (CSharp) Метод

Unmarshall() публичный статический Метод

public static Unmarshall ( UnmarshallerContext context ) : DeleteLivePullStreamInfoResponse
context UnmarshallerContext
Результат DeleteLivePullStreamInfoResponse
        public static DeleteLivePullStreamInfoResponse Unmarshall(UnmarshallerContext context)
        {
            DeleteLivePullStreamInfoResponse deleteLivePullStreamInfoResponse = new DeleteLivePullStreamInfoResponse();

            deleteLivePullStreamInfoResponse.HttpResponse = context.HttpResponse;
            deleteLivePullStreamInfoResponse.RequestId = context.StringValue("DeleteLivePullStreamInfo.RequestId");

            return deleteLivePullStreamInfoResponse;
        }
DeleteLivePullStreamInfoResponseUnmarshaller