ThirdPartyLink class
A third party account link resource represents a link between a YouTube account or a channel and an account on a third-party service.
Constructors
- ThirdPartyLink({String? etag, String? kind, String? linkingToken, ThirdPartyLinkSnippet? snippet, ThirdPartyLinkStatus? status})
- ThirdPartyLink.fromJson(Map json_)
Properties
- etag ↔ String?
-
Etag of this resource
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- kind ↔ String?
-
Identifies what kind of resource this is.
getter/setter pair
- linkingToken ↔ String?
-
The linking_token identifies a YouTube account and channel with which the
third party account is linked.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- snippet ↔ ThirdPartyLinkSnippet?
-
The snippet object contains basic details about the third- party account
link.
getter/setter pair
- status ↔ ThirdPartyLinkStatus?
-
The status object contains information about the status of the link.
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited