DataConnectPathSegment.Field

value class DataConnectPathSegment.Field : DataConnectPathSegment


A named field in a path to a field in the response data.

Summary

Public constructors

Field(field: String)

Public functions

open String

Returns a string representation of this object, useful for debugging.

Public properties

String

Public constructors

Field

Field(field: String)

Public functions

toString

open fun toString(): String

Returns a string representation of this object, useful for debugging.

The string representation is not guaranteed to be stable and may change without notice at any time. Therefore, the only recommended usage of the returned string is debugging and/or logging. Namely, parsing the returned string or storing the returned string in non-volatile storage should generally be avoided in order to be robust in case that the string representation changes.

Returns
String

returns simply field.

Public properties

field

val fieldString