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

Unmarshall() 공개 정적인 메소드

public static Unmarshall ( UnmarshallerContext context ) : DeleteLiveAppSnapshotConfigResponse
context UnmarshallerContext
리턴 DeleteLiveAppSnapshotConfigResponse
        public static DeleteLiveAppSnapshotConfigResponse Unmarshall(UnmarshallerContext context)
        {
            DeleteLiveAppSnapshotConfigResponse deleteLiveAppSnapshotConfigResponse = new DeleteLiveAppSnapshotConfigResponse();

            deleteLiveAppSnapshotConfigResponse.HttpResponse = context.HttpResponse;
            deleteLiveAppSnapshotConfigResponse.RequestId = context.StringValue("DeleteLiveAppSnapshotConfig.RequestId");

            return deleteLiveAppSnapshotConfigResponse;
        }
DeleteLiveAppSnapshotConfigResponseUnmarshaller