Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
vennekilde authored Oct 15, 2021
1 parent 1549e1c commit f4d4262
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion models.go
Original file line number Diff line number Diff line change
Expand Up @@ -942,7 +942,7 @@ type GetResourceParams struct {
URI *string `json:"uri,omitempty"`
Scope *string `json:"scope,omitempty"`
MatchingURI *bool `json:"matchingUri,string,omitempty"`
ExactName *bool `json:"exactName,string,omitempty"`
ExactName *bool `json:"exactName,string,omitempty"`
}

// GetScopeParams represents the optional parameters for getting scopes
Expand Down

0 comments on commit f4d4262

Please sign in to comment.