Google\Cloud\BigQuery\Dataset::identity PHP Method

identity() public method

An identity provides a description of resource that is nested in nature. Example: echo $dataset->identity()['projectId'];
public identity ( ) : array
return array
    public function identity()
    {
        return $this->identity;
    }