The struct that represents the Google Ads Token.
@type t() :: %GoogleAds.Token{ access_token: String.t(), expires_at: String.t(), expires_in: integer(), refresh_token: String.t(), scope: String.t(), token_type: String.t() }
@spec build(attributes :: map()) :: t()