Aliyun.Acs.Mts.Transform.V20140618.UpdateMediaCoverResponseUnmarshaller.Unmarshall C# (CSharp) Method

Unmarshall() public static method

public static Unmarshall ( UnmarshallerContext context ) : UpdateMediaCoverResponse
context UnmarshallerContext
return UpdateMediaCoverResponse
        public static UpdateMediaCoverResponse Unmarshall(UnmarshallerContext context)
        {
            UpdateMediaCoverResponse updateMediaCoverResponse = new UpdateMediaCoverResponse();

            updateMediaCoverResponse.HttpResponse = context.HttpResponse;
            updateMediaCoverResponse.RequestId = context.StringValue("UpdateMediaCover.RequestId");

            return updateMediaCoverResponse;
        }
UpdateMediaCoverResponseUnmarshaller