View Source GoogleApi.ContentWarehouse.V1.Model.SdrScrollToOnPageMatches (google_api_content_warehouse v0.4.0)

Number of matches in the page when using text alone, prefix + text, text + suffix, and prefix + text + suffix. The match is case-insensitive to align with go/scroll-to behavior.

Attributes

  • text (type: integer(), default: nil) -
  • textWithPrefix (type: integer(), default: nil) -
  • textWithPrefixSuffix (type: integer(), default: nil) -
  • textWithSuffix (type: integer(), default: nil) -

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.SdrScrollToOnPageMatches{
  text: integer() | nil,
  textWithPrefix: integer() | nil,
  textWithPrefixSuffix: integer() | nil,
  textWithSuffix: integer() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.