Skip to content

Commit

Permalink
Expand docs on GTLRServiceTicket methods
Browse files Browse the repository at this point in the history
  • Loading branch information
bhamiltoncx committed Jan 22, 2024
1 parent a91e1a0 commit 0007531
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Sources/Core/Public/GoogleAPIClientForREST/GTLRService.h
Original file line number Diff line number Diff line change
Expand Up @@ -769,11 +769,17 @@ typedef void (^GTLRServiceTestBlock)(GTLRServiceTicket *testTicket,

/**
* The request being fetched for the query.
*
* This is not set until the `completionHandler` or delegate `didFinishSelector`
* passed to the service's `-executeQuery:...` method is invoked.
*/
@property(nonatomic, readonly, nullable) NSURLRequest *fetchRequest;

/**
* The fetcher being used for the query request.
*
* This is not set until the `completionHandler` or delegate `didFinishSelector`
* passed to the service's `-executeQuery:...` method is invoked.
*/
@property(atomic, readonly, nullable) GTMSessionFetcher *objectFetcher;

Expand Down

0 comments on commit 0007531

Please sign in to comment.