effectiveLabels property

TfRef<Map<String, String>> get effectiveLabels

Reference to effective_labels attribute.

Implementation

TfRef<Map<String, String>> get effectiveLabels =>
    TfRef.attribute<Map<String, String>>(this, 'effective_labels');