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

Unmarshall() 공개 정적인 메소드

public static Unmarshall ( UnmarshallerContext context ) : AddLiveAppSnapshotConfigResponse
context UnmarshallerContext
리턴 AddLiveAppSnapshotConfigResponse
        public static AddLiveAppSnapshotConfigResponse Unmarshall(UnmarshallerContext context)
        {
            AddLiveAppSnapshotConfigResponse addLiveAppSnapshotConfigResponse = new AddLiveAppSnapshotConfigResponse();

            addLiveAppSnapshotConfigResponse.HttpResponse = context.HttpResponse;
            addLiveAppSnapshotConfigResponse.RequestId = context.StringValue("AddLiveAppSnapshotConfig.RequestId");

            return addLiveAppSnapshotConfigResponse;
        }
AddLiveAppSnapshotConfigResponseUnmarshaller