AWSSDK_DotNet35.UnitTests.Marshalling.APIGatewayMarshallingTests.DeleteDocumentationVersionMarshallTest C# (CSharp) Метод

DeleteDocumentationVersionMarshallTest() приватный Метод

private DeleteDocumentationVersionMarshallTest ( ) : void
Результат void
        public void DeleteDocumentationVersionMarshallTest()
        {
            var operation = service_model.FindOperation("DeleteDocumentationVersion");

            var request = InstantiateClassGenerator.Execute<DeleteDocumentationVersionRequest>();
            var marshaller = new DeleteDocumentationVersionRequestMarshaller();

            var internalRequest = marshaller.Marshall(request);
            RequestValidator.Validate("DeleteDocumentationVersion", request, internalRequest, service_model);            

        }
APIGatewayMarshallingTests