Class Reference (0.3.0)

Reference(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Represents a reference to a resource. .. attribute:: kind

[Output Only] Type of the resource. Always compute#reference for references.

:type: str

Attributes

NameDescription
reference_type str
A description of the reference type with no implied semantics. Possible values include: - MEMBER_OF
referrer str
URL of the resource which refers to the target.
target str
URL of the resource to which this reference points.