oci
latest
  • Installation
  • Configuration
  • Using FIPS-validated Libraries
  • Forward Compatibility
  • New Region Support
  • Backward Compatibility
  • Quickstart
  • Known Issues
  • Logging
  • Exception handling
  • Uploading Large Objects
  • Raw Requests
  • Composite Operations and Waiters
  • Pagination
  • API Reference
    • Analytics
    • Announcements Service
    • Apigateway
    • Application Migration
    • Audit
    • Autoscaling
    • Bds
    • Blockchain
    • Budget
    • Cims
    • Cloud Guard
    • Compute Instance Agent
    • Container Engine
    • Core Services
    • Data Catalog
    • Data Flow
    • Data Integration
    • Data Safe
    • Data Science
    • Database
    • DNS
    • Dts
    • Email
    • Events
    • File Storage
    • Functions
    • Healthchecks
    • Identity
    • Integration
    • Key Management
    • Limits
    • Load Balancer
    • Log Analytics
    • Logging
    • Loggingingestion
    • Loggingsearch
    • Management Agent
    • Management Dashboard
    • Marketplace
      • MarketplaceClient
      • MarketplaceClientCompositeOperations
      • Models
        • AcceptedAgreement
        • AcceptedAgreementSummary
        • Agreement
        • AgreementSummary
        • CategorySummary
        • CreateAcceptedAgreementDetails
        • DocumentationLink
        • ErrorEntity
        • ImageListingPackage
        • Item
        • Link
        • Listing
        • ListingPackage
        • ListingPackageSummary
        • ListingSummary
        • NamedLink
        • OrchestrationListingPackage
        • OrchestrationVariable
        • PricingModel
        • Publisher
        • PublisherSummary
        • Region
        • ReportCollection
        • ReportSummary
        • ReportTypeCollection
        • ReportTypeSummary
        • Screenshot
        • SupportContact
        • TaxSummary
        • UpdateAcceptedAgreementDetails
        • UploadData
    • Monitoring
    • Mysql
    • Nosql
    • Object Storage
    • Oce
    • Ocvp
    • Oda
    • Ons
    • Opsi
    • Optimizer
    • Os Management
    • Resource Manager
    • Resource Search
    • Rover
    • Sch
    • Secrets
    • Streaming
    • Tenant Manager Control Plane
    • Usage Api
    • Vault
    • Waas
    • Work Requests
    • Config
    • Exceptions
    • Pagination
    • Request and Response
    • Retry
    • Signing
    • Upload Manager
    • Utilities
    • Waiters
  • Customizing Service Clients
  • SDK Behaviors
  • Contributions
  • Notifications
  • License
  • Questions or Feedback
oci
  • Docs »
  • API Reference »
  • Marketplace »
  • DocumentationLink
  • Edit on GitHub

DocumentationLink¶

class oci.marketplace.models.DocumentationLink(**kwargs)¶

Bases: object

A link to a documentation resource on the internet.

Methods

__init__(**kwargs) Initializes a new DocumentationLink object with values from keyword arguments.

Attributes

document_category Gets the document_category of this DocumentationLink.
name Gets the name of this DocumentationLink.
url Gets the url of this DocumentationLink.
__init__(**kwargs)¶

Initializes a new DocumentationLink object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • name (str) – The value to assign to the name property of this DocumentationLink.
  • url (str) – The value to assign to the url property of this DocumentationLink.
  • document_category (str) – The value to assign to the document_category property of this DocumentationLink.
document_category¶

Gets the document_category of this DocumentationLink. The category that the document belongs to.

Returns:The document_category of this DocumentationLink.
Return type:str
name¶

Gets the name of this DocumentationLink. Text that describes the resource.

Returns:The name of this DocumentationLink.
Return type:str
url¶

Gets the url of this DocumentationLink. The URL of the resource.

Returns:The url of this DocumentationLink.
Return type:str
Next Previous

© Copyright 2016, 2021, Oracle Revision 535dcee7.

Built with Sphinx using a theme provided by Read the Docs.
Read the Docs v: latest
Versions
latest
stable
Downloads
On Read the Docs
Project Home
Builds

Free document hosting provided by Read the Docs.