View Source GitHub.Branch.RestrictionPolicyUsers (GitHub REST API Client v0.3.3)
Provides struct and type for a Branch.RestrictionPolicyUsers
Link to this section Summary
Link to this section Types
@type t() :: %GitHub.Branch.RestrictionPolicyUsers{ __info__: map(), avatar_url: String.t() | nil, events_url: String.t() | nil, followers_url: String.t() | nil, following_url: String.t() | nil, gists_url: String.t() | nil, gravatar_id: String.t() | nil, html_url: String.t() | nil, id: integer() | nil, login: String.t() | nil, node_id: String.t() | nil, organizations_url: String.t() | nil, received_events_url: String.t() | nil, repos_url: String.t() | nil, site_admin: boolean() | nil, starred_url: String.t() | nil, subscriptions_url: String.t() | nil, type: String.t() | nil, url: String.t() | nil }