Object
PostmanRequest
A request that has been imported from Postman.
        Fields
content_type():
                                                               String
            
                    The request content type (for example: 'application/json').
                id():
                                                               ID!
            
                    The ID used to reference this request
                interpolated_host():
                                                               String!
            
                    The request hostname. If any variables are used in the request URL, they will be substituted with values from the collection.
                interpolated_path():
                                                               String
            
                    The request path and query. If any variables are used in the request URL, they will be substituted with values from the collection.
                method():
                                                               String!
            
                    The HTTP method used for this request
                name():
                                                               String!
            
                    The Request name.