ManagedFieldsEntry

final case class ManagedFieldsEntry(operation: Option[String], manager: Option[String], fieldsV1: Option[FieldsV1], time: Option[Time], fieldsType: Option[String], subresource: Option[String])

ManagedFieldsEntry is a workflow-id, a FieldSet and the group version of the resource that the fieldset applies to.

Source:
ManagedFieldsEntry.scala
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

if fieldsType has a value, transforms to the result of function

if fieldsType has a value, transforms to the result of function

Source:
ManagedFieldsEntry.scala

if fieldsV1 has a value, transforms to the result of function

if fieldsV1 has a value, transforms to the result of function

Source:
ManagedFieldsEntry.scala

if manager has a value, transforms to the result of function

if manager has a value, transforms to the result of function

Source:
ManagedFieldsEntry.scala

if operation has a value, transforms to the result of function

if operation has a value, transforms to the result of function

Source:
ManagedFieldsEntry.scala

if subresource has a value, transforms to the result of function

if subresource has a value, transforms to the result of function

Source:
ManagedFieldsEntry.scala

if time has a value, transforms to the result of function

if time has a value, transforms to the result of function

Source:
ManagedFieldsEntry.scala

Returns a new data with fieldsType set to new value

Returns a new data with fieldsType set to new value

Source:
ManagedFieldsEntry.scala

Returns a new data with fieldsV1 set to new value

Returns a new data with fieldsV1 set to new value

Source:
ManagedFieldsEntry.scala

Returns a new data with manager set to new value

Returns a new data with manager set to new value

Source:
ManagedFieldsEntry.scala

Returns a new data with operation set to new value

Returns a new data with operation set to new value

Source:
ManagedFieldsEntry.scala

Returns a new data with subresource set to new value

Returns a new data with subresource set to new value

Source:
ManagedFieldsEntry.scala

Returns a new data with time set to new value

Returns a new data with time set to new value

Source:
ManagedFieldsEntry.scala

Inherited methods

Inherited from:
Product