TermsOfServiceResource class
Constructors
- TermsOfServiceResource.new(ApiRequester client)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
accept(
String name, {String? account, String? regionCode, String? $fields}) → Future< AcceptTermsOfServiceResponse> -
Accepts a
TermsOfService
. -
get(
String name, {String? $fields}) → Future< TermsOfService> -
Retrieves the
TermsOfService
associated with the provided version. -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
retrieveLatest(
{String? kind, String? regionCode, String? $fields}) → Future< TermsOfService> -
Retrieves the latest version of the
TermsOfService
for a givenkind
andregion_code
. -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited